RelationTypeName
A RelationTypeName identifies a relation type by the combination of its name and associated object type.
Both fields are required.
input RelationTypeName {
name: String!
objectType: ObjectTypeSelector!
}
Fields
RelationTypeName.name
● String!
non-null scalar common
Name of the relation type.
RelationTypeName.objectType
● ObjectTypeSelector!
non-null input object-types
The type of object that can be part of the relation.
Member of
RelationTypeSelector
input