UpdateTeamPayload
Autogenerated return type of UpdateTeam
type UpdateTeamPayload {
clientMutationId: String
team: Team!
}
Fields
UpdateTeamPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateTeamPayload.team
● Team!
non-null object
Returned By
updateTeam
mutation