Skip to main content

DeleteWorkspaceAccountManagerByNodeIdInput

All input for the deleteWorkspaceAccountManagerByNodeId mutation.

input DeleteWorkspaceAccountManagerByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteWorkspaceAccountManagerByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteWorkspaceAccountManagerByNodeId mutation