OBJECT
RoleAssignment
link GraphQL Schema definition
type RoleAssignment implements Node {
The end of the RoleAssignment.
: ISO8601DateTime
: ID!
The Organization belonging to the RoleAssignment.
: Organization
The Role belonging to the RoleAssignment.
: Role!
The start of the RoleAssignment.
: ISO8601DateTime!
The User belonging to the RoleAssignment
: UserInterface!
}