RoleAssignment
type RoleAssignment {
createdAt: Time
id: ID!
modifiedAt: Time
on: RoleAssignmentOn
role: Role!
to: RoleAssignmentTo!
}Fields
createdAt ● Time scalar
id ● ID! non-null scalar
modifiedAt ● Time scalar
on ● RoleAssignmentOn union
role ● Role! non-null object
to ● RoleAssignmentTo! non-null union
Member Of
Last updated
Was this helpful?