Skip to main content

UpdateCustomViewTeamInput

All input for the updateCustomViewTeam mutation.

input UpdateCustomViewTeamInput {
clientMutationId: String
patch: CustomViewTeamPatch!
id: String!
}

Fields

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

UpdateCustomViewTeamInput.patch ● CustomViewTeamPatch! non-null input

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

UpdateCustomViewTeamInput.id ● String! non-null scalar

Member Of

updateCustomViewTeam mutation