Skip to main content

CreateCommentInput

All input for the create Comment mutation.

input CreateCommentInput {
clientMutationId: String
comment: CommentInput!
}

Fields

CreateCommentInput.clientMutationId ● String scalar

An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.

CreateCommentInput.comment ● CommentInput! non-null input

The Comment to be created by this mutation.

Member Of

createComment mutation