OBJECT

RoleAssignment

link GraphQL Schema definition

type RoleAssignment implements Node {

The end of the RoleAssignment.
end: ISO8601DateTime

id: ID!

The Organization belonging to the RoleAssignment.
organization: Organization

The Role belonging to the RoleAssignment.
role: Role!

The start of the RoleAssignment.
start: ISO8601DateTime!

The User belonging to the RoleAssignment
user: UserInterface!

}