SetRelationTypePermissionResult
Result of the setRelationTypePermission mutation.
type SetRelationTypePermissionResult {
relationType: RelationType!
permission: Permission!
allowed: Boolean!
}
Fields
SetRelationTypePermissionResult.relationType ● RelationType! non-null object relation-types
The relation type with the updated permission.
SetRelationTypePermissionResult.permission ● Permission! non-null object permissions
The permission associated with the relation type.
SetRelationTypePermissionResult.allowed ● Boolean! non-null scalar common
Whether or not the permission is granted or denied.
Returned by
setRelationTypePermission mutation