Skip to main content

UpdateSectionByNodeIdInput

All input for the updateSectionByNodeId mutation.

input UpdateSectionByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: SectionPatch!
}

Fields

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

UpdateSectionByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateSectionByNodeIdInput.patch ● SectionPatch! non-null input

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

Member Of

updateSectionByNodeId mutation