Skip to main content

UpdateDiscussionByNodeIdInput

All input for the updateDiscussionByNodeId mutation.

input UpdateDiscussionByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: DiscussionPatch!
}

Fields

UpdateDiscussionByNodeIdInput.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.

UpdateDiscussionByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single Discussion to be updated.

UpdateDiscussionByNodeIdInput.patch ● DiscussionPatch! non-null input

An object where the defined keys will be set on the Discussion being updated.

Member Of

updateDiscussionByNodeId mutation