SpacePostType (Object)
Description
No description
Fields
Name | Description |
---|---|
postType - PostType | |
postTypeId - ID! | |
space - Space | |
spaceId - ID! | |
whoCanPost - [ID!] | |
whoCanReact - [ID!] | |
whoCanReply - [ID!] |
type SpacePostType {
postType: PostType
postTypeId: ID!
space: Space
spaceId: ID!
whoCanPost: [ID!]
whoCanReact: [ID!]
whoCanReply: [ID!]
}