Skip to main content

UpdateSpacePostTypeInput (Input)

Description

No description



Fields

NameDescription
postTypeId - ID!
whoCanPost - [ID!]
whoCanReact - [ID!]
whoCanReply - [ID!]

input UpdateSpacePostTypeInput {
postTypeId: ID!
whoCanPost: [ID!]
whoCanReact: [ID!]
whoCanReply: [ID!]
}