Skip to main content

CreateTeamInput

No description

input CreateTeamInput {
organizationId: ID!
label: String!
isOnboarding: Boolean
}

Fields
Link copied!

CreateTeamInput.organizationId ● ID! non-null scalar
Link copied!

The ID of the organization that owns the new team

CreateTeamInput.label ● String! non-null scalar
Link copied!

A short human readable description of the team

CreateTeamInput.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!

createTeam mutation