OBJECT
AddTeamManagerPayload
Return type for addTeamManager mutation.
link GraphQL Schema definition
- type AddTeamManagerPayload {
- # Unique identifier for the newly created manager.
- ID! :
- # The Pluralsight Plan for the given record.
- String :
- # Unique identifier of the team that the manager was added to.
- String :
- # The unique identifier for the User.
- String :
- # Manager's permission level. Values: ('Basic', 'Limited', 'Full', or custom plan
- # permission level).
- String :
- }