CreateTeamInput
No description
FieldsLink copied!
CreateTeamInput.organizationId
● ID!
non-null scalarLink copied!
The ID of the organization that owns the new team
CreateTeamInput.label
● String!
non-null scalarLink copied!
A short human readable description of the team
CreateTeamInput.isOnboarding
● Boolean
scalarLink copied!
Automatically add new users to this team on their first login if no specific team is assigned via an invite.
Member ofLink copied!
createTeam
mutation