Skip to main content

UpdateTeamInput

No description

input UpdateTeamInput {
id: ID!
label: String
isOnboarding: Boolean
}

Fields
Link copied!

UpdateTeamInput.id ● ID! non-null scalar
Link copied!

The ID of the team to update

UpdateTeamInput.label ● String scalar
Link copied!

A short human readable description of the team

UpdateTeamInput.isOnboarding ● Boolean scalar
Link copied!

Automatically add new users to this team on their first login if no specific team is assigned via an invite.

Member of
Link copied!

updateTeam mutation