Skip to main content

upsertCustomViewTeamByIdInput

All input for the upsertCustomViewTeamById mutation.

input upsertCustomViewTeamByIdInput {
clientMutationId: String
customViewTeam: CustomViewTeamInput!
patch: CustomViewTeamPatch!
}

Fields

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

upsertCustomViewTeamByIdInput.customViewTeam ● CustomViewTeamInput! non-null input

The CustomViewTeam to be created by this mutation.

upsertCustomViewTeamByIdInput.patch ● CustomViewTeamPatch! non-null input

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

Member Of

upsertCustomViewTeamById mutation