FlagsWhere
A comparison predicate for filtering on type status fields.
input FlagsWhere {
equals: [Flag!]
contains: [Flag!]
notContains: [Flag!]
}
Fields
FlagsWhere.equals ● [Flag!] list enum common
The type's status is equal to the given flags.
FlagsWhere.contains ● [Flag!] list enum common
The type's status contains all of the given flags.
FlagsWhere.notContains ● [Flag!] list enum common
The type's status does not contain any of the given flags.
Member of
ObjectTypesWhere input ● RelationTypesWhere input