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
unionsfield.
UnionsWhere.notContains ● [RelationTypeSelector] list input relation-types
Matches relation types that do not include any of the given relation types in their
unionsfield.
Member of
RelationTypesWhere input