CategoryWhereInput
No description
input CategoryWhereInput {
metadata: [MetadataFilter!]
ids: [ID!]
AND: [CategoryWhereInput!]
OR: [CategoryWhereInput!]
}
Fields
CategoryWhereInput.metadata
● [MetadataFilter!]
list input
CategoryWhereInput.ids
● [ID!]
list scalar
CategoryWhereInput.AND
● [CategoryWhereInput!]
list input
List of conditions that must be met.
CategoryWhereInput.OR
● [CategoryWhereInput!]
list input
A list of conditions of which at least one must be met.
Member of
CataloguePredicateInput
input ● categories
query ● CategoryWhereInput
input