Skip to main content

SpacePostType (Object)

Description

No description



Fields

NameDescription
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!]
}