Skip to main content

DeleteTeamByNodeIdInput

All input for the deleteTeamByNodeId mutation.

input DeleteTeamByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteTeamByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteTeamByNodeId mutation