DeleteTeamMemberByNodeIdInput
All input for the deleteTeamMemberByNodeId mutation.
input DeleteTeamMemberByNodeIdInput {
clientMutationId: String
nodeId: ID!
}
Fields
DeleteTeamMemberByNodeIdInput.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.
DeleteTeamMemberByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single TeamMember to be deleted.
Member Of
deleteTeamMemberByNodeId mutation