Skip to main content

UpdateCustomViewTeamByNodeIdInput

All input for the updateCustomViewTeamByNodeId mutation.

input UpdateCustomViewTeamByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: CustomViewTeamPatch!
}

Fields

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

UpdateCustomViewTeamByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateCustomViewTeamByNodeIdInput.patch ● CustomViewTeamPatch! non-null input

An object where the defined keys will be set on the CustomViewTeam being updated.

Member Of

updateCustomViewTeamByNodeId mutation