Skip to main content

DeleteAccessModifierByNodeIdInput

All input for the deleteAccessModifierByNodeId mutation.

input DeleteAccessModifierByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteAccessModifierByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteAccessModifierByNodeId mutation