Mutation
Variables
Response
Mutations
deleteComment
Delete a comment
MUTATION
deleteComment(input: DeleteCommentInput!): DeleteCommentPayloadArguments
input
DeleteCommentInput!
required
Parameters for DeleteComment
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
deletedId
ID
errors
[String!]!
Mutation
Variables
Response