Mutation
Variables
Response
Mutations
deletePost
Delete a post or article
MUTATION
deletePost(input: DeletePostInput!): DeletePostPayloadArguments
input
DeletePostInput!
required
Parameters for DeletePost
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
deletedId
ID
errors
[String!]!
Mutation
Variables
Response