Input filters

Input filters

ContentFilterInput

Filter results for content

FieldTypeDescription
afterStringReturns elements after a cursor nacelleEntryId.
entryDepthIntDetermines how many levels of nested content entries should be returned.
Defaults to 4.
firstIntReturns the first n content entries of a query.
Defaults to 100.
Max value of 500.
handles[String!]Filter content entries by entry handle.
Requires type filter or defaults to type of 'page'.
localeStringFilter items based on locale.
Is an IETF language tag.
Defaults to en-US.
nacelleEntryIds[String!]Filter content entries by Nacelle entry id.
searchFilterContentSearchOptionsThe backend search filter.
typeStringFilter content entries by content type (ie. 'article', 'page', etc.).

ProductFilterInput

Filter results for product

FieldTypeDescription
afterStringReturns elements after a cursor nacelleEntryId.
firstIntReturns the first n content entries of a query.
Defaults to 100.
Max value of 500.
handles[String!]Filter content entries by entry handle.
Requires type filter or defaults to type of 'page'.
localeStringFilter items based on locale.
Is an IETF language tag.
Defaults to en-US.
nacelleEntryIds[String!]Filter content entries by Nacelle entry id.
searchFilterContentSearchOptionsThe backend search filter.
pricingCountryCodeStringReturns product variant standalone pricing from the price book for the given country code.

ProductCollectionFilterInput

Filter results for product collection

FieldTypeDescription
afterStringReturns elements after a cursor nacelleEntryId.
firstIntReturns the first n content entries of a query.
Defaults to 100.
Max value of 500.
handles[String!]Filter content entries by entry handle.
Requires type filter or defaults to type of 'page'.
localeStringFilter items based on locale.
Is an IETF language tag.
Defaults to en-US.
nacelleEntryIds[String!]Filter content entries by Nacelle entry id.
searchFilterContentSearchOptionsThe backend search filter.
typeStringFilter content entries by content type (ie. 'article', 'page', etc.)