Skip to main content

CollectionFilterInput Input Type

No description

input CollectionFilterInput {
published: CollectionPublished
search: String
metadata: [MetadataFilter!]
ids: [ID!]
slugs: [String!]
channel: String @deprecated
}

Fields

published ● CollectionPublished

metadata ● [MetadataFilter!]

ids ● [ID!]

slugs ● [String!]

Show deprecatedHide deprecated

channel ● String

DEPRECATED

Use root-level channel argument instead.

Specifies the channel by which the data should be filtered.

Member Of

collections query