Skip to main content

CreateCustomViewTeamInput

All input for the create CustomViewTeam mutation.

input CreateCustomViewTeamInput {
clientMutationId: String
customViewTeam: CustomViewTeamInput!
}

Fields

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

CreateCustomViewTeamInput.customViewTeam ● CustomViewTeamInput! non-null input

The CustomViewTeam to be created by this mutation.

Member Of

createCustomViewTeam mutation