INPUT_OBJECT
AssignTeamsToRoleInput
A type that describes an input for the assignTeamsToRole mutation.
link GraphQL Schema definition
- input AssignTeamsToRoleInput {
- # The User Id of the User assigning the teams to the role.
- String! :
- # Message to be included in email notifications sent to assigned users (optional).
- String :
- # The Id of the Role the teams are being assigned to.
- String! :
- # The list of Team Ids being assigned to the role
- String]! : [
- }