Skip to main content

DeleteCustomViewWorkspaceAccountByNodeIdInput

All input for the deleteCustomViewWorkspaceAccountByNodeId mutation.

input DeleteCustomViewWorkspaceAccountByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteCustomViewWorkspaceAccountByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteCustomViewWorkspaceAccountByNodeId mutation