OBJECT
RoleIqAssignment
For more details, see Query.roleIqAssignments.
link GraphQL Schema definition
- type RoleIqAssignment {
- # The primary identifier for the User.
- ID! :
- # A User on Pluralsight is someone who is currently using or has ever used a
- # license on the plan.
- User :
- # The first name of the User.
- String @deprecated( reason: "Field is being removed. Please use the User field and select firstName instead." ) :
- # The last name of the User.
- String @deprecated( reason: "Field is being removed. Please use the User field and select lastName instead." ) :
- # The unique identifier of the User who assigned User, identified by userId, to
- # the given Role.
- String :
- # The data for the User who assigned this Role Iq.
- User :
- # The primary identifier for the RoleIq.
- String :
- # Plan id of the user for the given assignment
- String :
- # The date and time the assignment was created.
- DateTime :
- # The date and time the assignment was last updated.
- DateTime :
- }
link Require by
- RoleIqAssignmentConnectionA type that describes the return type for the 'roleIqAssignments' query. 'RoleIqAssignment' data can then be accessed via nodes or edges.
- RoleIqAssignmentEdgeA type that describes an edge in the 'RoleIqAssignmentConnection'. Essentially, a 'RoleIqAssignmentEdge' is a wrapper object for 'RoleIqAssignment'. The only addition is a cursor placed on each record that can be used in subsequent queries to fetch 'RoleIqAssignment' records after 'cursor'