CheckRelationResult
Result of the check_relation query.
type CheckRelationResult {
allowed: Boolean!
}
Fields
CheckRelationResult.allowed
● Boolean!
non-null scalar common
Whether or not a relation of the specified type exists between the subject and object.
Returned by
checkRelation
query