OBJECT
UserRoles
The UserRoles type
link GraphQL Schema definition
- type UserRoles implements Timestamped {
- # The access level for this user enrollment.
- : AccessLevel!
- # When paired with the Node interface, this is an automatically managed
- #
- # timestamp that is set when an object is first created.
- : DateTime!
- # When paired with the Node interface, this is an automatically managed
- #
- # timestamp that is set whenever an object is mutated.
- : DateTime!
- : Role
- : User
- }