Input filters
Input filters
ContentFilterInput
Filter results for content
| Field | Type | Description | 
|---|---|---|
| after | String | Returns elements after a cursor nacelleEntryId. | 
| entryDepth | Int | Determines how many levels of nested content entries should be returned. Defaults to 4. | 
| first | Int | Returns 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'. | 
| locale | String | Filter items based on locale. Is an IETF language tag. Defaults to en-US. | 
| nacelleEntryIds | [String!] | Filter content entries by Nacelle entry id. | 
| searchFilter | ContentSearchOptions | The backend search filter. | 
| type | String | Filter content entries by content type (ie. 'article', 'page', etc.). | 
ProductFilterInput
Filter results for product
| Field | Type | Description | 
|---|---|---|
| after | String | Returns elements after a cursor nacelleEntryId. | 
| first | Int | Returns 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'. | 
| locale | String | Filter items based on locale. Is an IETF language tag. Defaults to en-US. | 
| nacelleEntryIds | [String!] | Filter content entries by Nacelle entry id. | 
| searchFilter | ContentSearchOptions | The backend search filter. | 
| pricingCountryCode | String | Returns product variant standalone pricing from the price book for the given country code. | 
ProductCollectionFilterInput
Filter results for product collection
| Field | Type | Description | 
|---|---|---|
| after | String | Returns elements after a cursor nacelleEntryId. | 
| first | Int | Returns 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'. | 
| locale | String | Filter items based on locale. Is an IETF language tag. Defaults to en-US. | 
| nacelleEntryIds | [String!] | Filter content entries by Nacelle entry id. | 
| searchFilter | ContentSearchOptions | The backend search filter. | 
| type | String | Filter content entries by content type (ie. 'article', 'page', etc.) | 
Updated about 2 years ago
