AssignOrganizationRoleToTeamInput
No description
FieldsLink copied!
AssignOrganizationRoleToTeamInput.teamId
● ID!
non-null scalarLink copied!
The ID of the team to assign the role to
AssignOrganizationRoleToTeamInput.organizationId
● ID!
non-null scalarLink copied!
The ID of the org for the role that is to be assigned
AssignOrganizationRoleToTeamInput.role
● OrganizationRole!
non-null enumLink copied!
The role to assign to this team
Member ofLink copied!
assignOrganizationRoleToTeam
mutation