OBJECT
TeamManager
For more details, see Query.teamManagers.
link GraphQL Schema definition
- type TeamManager {
- # A unique identifier for a Pluralsight user assigned to a specific plan.
- String :
- # The unique identifier for the User.
- String :
- # The primary email of the User.
- String! :
- # First name of the User.
- String! :
- # Last name of the User.
- String! :
- # The Teams that this plan user manages.
- Team] : [
- # The Pluralsight Plan for the given record.
- String :
- # The current SSO identifier for the User. If the user changes plans, then the SSO
- # identifier will become null.
- String :
- # The date and time this entity was created.
- DateTime :
- # Free-text note associated with the user, editable by plan admins. Often this
- # field is used by plan admins to store the external identifier or remoteID for
- # this User.
- String :
- }
link Require by
- TeamManagerConnectionA type that describes the return type for the teamMangers query. TeamManagers can then be accessed via nodes or edges
- TeamManagerEdgeA type that describes an edge in the TeamManagerConnection. Essentially, a TeamManagerEdge is a wrapper object for TeamManager. The only addition is a cursor placed on each record that can be used in subsequent queries to fetch TeamManager records after 'cursor'.