Mutation
Variables
Response
Mutations
updatePost
Update an existing post or article
MUTATION
updatePost(input: UpdatePostInput!): UpdatePostPayloadArguments
input
UpdatePostInput!
required
Parameters for UpdatePost
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
post
Mutation
Variables
Response