Skip to main content

DeleteAccountByNodeIdInput

All input for the deleteAccountByNodeId mutation.

input DeleteAccountByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteAccountByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteAccountByNodeId mutation