Skip to main content

upsertTeamByWorkspaceIdAndNameInput

All input for the upsertTeamByWorkspaceIdAndName mutation.

input upsertTeamByWorkspaceIdAndNameInput {
clientMutationId: String
team: TeamInput!
patch: TeamPatch!
}

Fields

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

upsertTeamByWorkspaceIdAndNameInput.team ● TeamInput! non-null input

The Team to be created by this mutation.

upsertTeamByWorkspaceIdAndNameInput.patch ● TeamPatch! non-null input

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

Member Of

upsertTeamByWorkspaceIdAndName mutation