PostAuthMemberProps (Object)
Description
No description
Fields
| Name | Description |
|---|---|
| availableReplyTypes - [PostType!] | |
| canReact - Boolean | |
| context - PermissionContext! | |
| memberPostNotificationSettingsEnabled - Boolean | |
| permissions - [ActionPermissions!] | |
| scopes - [String!] | |
| subscribed - Boolean |
type PostAuthMemberProps {
availableReplyTypes: [PostType!]
canReact: Boolean
context: PermissionContext!
memberPostNotificationSettingsEnabled: Boolean @deprecated
permissions: [ActionPermissions!]
scopes: [String!]
subscribed: Boolean
}