Skip to main content

CollectionWhereInput Input Type

No description

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

Fields

metadata ● [MetadataFilter!]

ids ● [ID!]

AND ● [CollectionWhereInput!]

List of conditions that must be met.

OR ● [CollectionWhereInput!]

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

Member Of

CataloguePredicateInput input ● collections query ● CollectionWhereInput input