Skip to main content

DeleteCustomViewTeamByNodeIdInput

All input for the deleteCustomViewTeamByNodeId mutation.

input DeleteCustomViewTeamByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteCustomViewTeamByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteCustomViewTeamByNodeId mutation