Skip to main content
Version: 3.x

CollectionWhereInput

No description

input CollectionWhereInput {
metadata: [MetadataFilter!]
ids: [ID!]
AND: [CollectionWhereInput!]
OR: [CollectionWhereInput!]
}

Fields

CollectionWhereInput.metadata ● [MetadataFilter!] list input

CollectionWhereInput.ids ● [ID!] list scalar

CollectionWhereInput.AND ● [CollectionWhereInput!] list input

List of conditions that must be met.

CollectionWhereInput.OR ● [CollectionWhereInput!] list input

A list of conditions of which at least one must be met.

Member of

CataloguePredicateInput input ● collections query ● CollectionWhereInput input


Was this page helpful?