RelationTypeSelector
A RelationTypeSelector identifies a relation type by the combination of its name and associated object type.
input RelationTypeSelector {
name: String!
objectType: String!
}
Fields
RelationTypeSelector.name
● String!
non-null scalar common
Name of the relation type.
RelationTypeSelector.objectType
● String!
non-null scalar common
The type of object that can be part of the relation.
Member of
checkRelation
query ● deleteRelationTypePermission
mutation ● RelationInput
input ● RelationOptions
input ● SetRelationTypeInput
input ● SetRelationTypePermissionInput
input ● UnionsWhere
input