Skip to main content

RelationsWhere

A comparison predicate for filtering relations.

input RelationsWhere {
object: ObjectsWhere
subject: ObjectsWhere
type: RelationTypesWhere
source: ObjectsWhere
target: ObjectsWhere
}

Fields

RelationsWhere.object ● ObjectsWhere input objects

Filter relations by their object.

RelationsWhere.subject ● ObjectsWhere input objects

Filter relations by their subject.

RelationsWhere.type ● RelationTypesWhere input relation-types

Filter relations by their type.

RelationsWhere.source ● ObjectsWhere input objects

Filter relations by their source object. Deprecated: use object instead.

RelationsWhere.target ● ObjectsWhere input objects

Filter relations by their target object. Deprecated: use subject instead.

Member of

relations query