Mutation
Variables
Response
Mutations
createPost
Create a new post or article in a space
MUTATION
createPost(input: CreatePostInput!): CreatePostPayloadArguments
input
CreatePostInput!
required
Parameters for CreatePost
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
post
Mutation
Variables
Response