UpdateCommentByNodeIdInput
All input for the updateCommentByNodeId mutation.
input UpdateCommentByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: CommentPatch!
}
Fields
UpdateCommentByNodeIdInput.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.
UpdateCommentByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single Comment to be updated.
UpdateCommentByNodeIdInput.patch ● CommentPatch! non-null input
An object where the defined keys will be set on the Comment being updated.
Member Of
updateCommentByNodeId mutation