Skip to main content

UnionsWhere

A comparison predicate for filtering relation type unions.

input UnionsWhere {
contains: [RelationTypeSelector]
notContains: [RelationTypeSelector]
}

Fields

UnionsWhere.contains ● [RelationTypeSelector] list input relation-types

Matches relation types that include all given relation types in their unions field.

UnionsWhere.notContains ● [RelationTypeSelector] list input relation-types

Matches relation types that do not include any of the given relation types in their unions field.

Member of

RelationTypesWhere input