RelationTypeSelector
A RelationTypeSelector identifies a relation type by id or the combination of its name and associated object type.
The two fields are mutually exclusive. Only one may be specified.
input RelationTypeSelector {
id: TypeID
name: RelationTypeName
}
Fields
RelationTypeSelector.id
● TypeID
scalar common
Select relation type by ID.
RelationTypeSelector.name
● RelationTypeName
input relation-types
Select relation type by name + object-type.
Member of
check_relation
query ● deleteRelationType
mutation ● deleteRelationTypePermission
mutation ● RelationInput
input ● RelationOptions
input ● relationType
query ● SetRelationTypeInput
input ● SetRelationTypePermissionInput
input ● UnionsWhere
input