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