Skip to main content

UpdateAccessModifierByNodeIdInput

All input for the updateAccessModifierByNodeId mutation.

input UpdateAccessModifierByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: AccessModifierPatch!
}

Fields

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

UpdateAccessModifierByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateAccessModifierByNodeIdInput.patch ● AccessModifierPatch! non-null input

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

Member Of

updateAccessModifierByNodeId mutation