UpdateSpacePostTypeInput
No description
input UpdateSpacePostTypeInput {
  postTypeId: ID!
  whoCanPost: [ID!]
  whoCanReact: [ID!]
  whoCanReply: [ID!]
}
No description
input UpdateSpacePostTypeInput {
  postTypeId: ID!
  whoCanPost: [ID!]
  whoCanReact: [ID!]
  whoCanReply: [ID!]
}
postTypeId (ID!)whoCanPost ([ID!])whoCanReact ([ID!])whoCanReply ([ID!])