RelationTypePermission
An association between a relation type and a permission.
type RelationTypePermission {
permission: Permission!
relationType: RelationType!
allowed: Boolean!
lifecycle: Lifecycle!
}
Fields
RelationTypePermission.permission ● Permission! non-null object permissions
The permission.
RelationTypePermission.relationType ● RelationType! non-null object relation-types
The relation type.
RelationTypePermission.allowed ● Boolean! non-null scalar common
Whether or not the permission is granted or denied.
RelationTypePermission.lifecycle ● Lifecycle! non-null object common
Metadata about the lifecycle of the relation type permission.