RelationOptions
Options for queriying object relations.
input RelationOptions {
other: ObjectSelector
otherType: String
relationType: RelationTypeSelector
}
Fields
RelationOptions.other
● ObjectSelector
input objects
[optional] Only include relations with the specified object ID.
RelationOptions.otherType
● String
scalar common
[optional] Only include relations with objects of the specified object type.
RelationOptions.relationType
● RelationTypeSelector
input relation-types
[optional] Only include relations of this type.