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