Skip to main content

teamsCreatePayload

Autogenerated return type of teamsCreate

type teamsCreatePayload {
clientMutationId: String
errors: [UserError!]!
team: Team!
}

Fields

teamsCreatePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

teamsCreatePayload.errors ● [UserError!]! non-null object common

Errors related to user input

teamsCreatePayload.team ● Team! non-null object common

The created team.

Returned by

teamCreate mutation