RelationType
A kind of relation that can exist between subjects and resources.
type RelationType {
objectType: ObjectType!
name: String!
displayName: String!
ordinal: Int!
status: [Flag!]!
unions: [RelationType!]!
hash: Hash!
lifecycle: Lifecycle!
permissions(
first: Int!
after: Cursor
): PermissionConnection!
}
Fields
RelationType.objectType
● ObjectType!
non-null object object-types
The type of object that can be part of the relation.
RelationType.name
● String!
non-null scalar common
Unique name for the relation type. Unique for the object type.