From 858869e923146e47f5cbdc5cb0995df5068a70e9 Mon Sep 17 00:00:00 2001 From: cnonefb <65460649+cnonefb@users.noreply.github.com> Date: Sat, 6 Jan 2024 17:50:54 +0300 Subject: [PATCH 1/2] Update and rename .env.example to .env Signed-off-by: cnonefb <65460649+cnonefb@users.noreply.github.com> --- .env.example => .env | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename .env.example => .env (82%) diff --git a/.env.example b/.env similarity index 82% rename from .env.example rename to .env index 686face..8568565 100644 --- a/.env.example +++ b/.env @@ -6,13 +6,12 @@ ENVIRONMENT_NAME=local NEXT_PUBLIC_BASE_URL=http://localhost:3000/ # Your current space ID: https://www.contentful.com/help/find-space-id/ -CONTENTFUL_SPACE_ID= +CONTENTFUL_SPACE_ID=z30eeowtrbqp # Your current space Content Delivery API access token: https://www.contentful.com/developers/docs/references/content-delivery-api/ -CONTENTFUL_ACCESS_TOKEN= - +CONTENTFUL_ACCESS_TOKEN=mzJzkOc1lhnLfRHfYW6ip2yySpmajrsMNYrM-eFa_gI # Your current space Content Preview API access token: https://www.contentful.com/developers/docs/references/content-preview-api/ -CONTENTFUL_PREVIEW_ACCESS_TOKEN= +CONTENTFUL_PREVIEW_ACCESS_TOKEN=0pWv1sVEO1lg0-g3QU_Ab33GI8o6KGhYG_4edS4tBsM # A unique string used to identify preview requests: https://nextjs.org/docs/advanced-features/preview-mode#securely-accessing-it-from-your-headless-cms CONTENTFUL_PREVIEW_SECRET= From 6e0c7057f40229a7e4f87a32d1d623068ade817e Mon Sep 17 00:00:00 2001 From: arcil Date: Sat, 6 Jan 2024 21:22:21 +0100 Subject: [PATCH 2/2] Add generated schemas --- src/lib/__generated/graphql.schema.graphql | 259 +- src/lib/__generated/graphql.schema.json | 6066 +++++++++++++------- src/lib/__generated/sdk.ts | 342 +- 3 files changed, 4672 insertions(+), 1995 deletions(-) diff --git a/src/lib/__generated/graphql.schema.graphql b/src/lib/__generated/graphql.schema.graphql index e506107..ae7a162 100644 --- a/src/lib/__generated/graphql.schema.graphql +++ b/src/lib/__generated/graphql.schema.graphql @@ -120,7 +120,7 @@ enum AssetOrder { } """ -To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/componentSeo) +To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/componentSeo) """ type ComponentSeo implements Entry { canonicalUrl(locale: String): String @@ -186,8 +186,54 @@ input ComponentSeoFilter { type ComponentSeoLinkingCollections { entryCollection(limit: Int = 100, locale: String, preview: Boolean, skip: Int = 0): EntryCollection - pageLandingCollection(limit: Int = 100, locale: String, preview: Boolean, skip: Int = 0): PageLandingCollection - pageProductCollection(limit: Int = 100, locale: String, preview: Boolean, skip: Int = 0): PageProductCollection + pageLandingCollection(limit: Int = 100, locale: String, order: [ComponentSeoLinkingCollectionsPageLandingCollectionOrder], preview: Boolean, skip: Int = 0): PageLandingCollection + pageProductCollection(limit: Int = 100, locale: String, order: [ComponentSeoLinkingCollectionsPageProductCollectionOrder], preview: Boolean, skip: Int = 0): PageProductCollection +} + +enum ComponentSeoLinkingCollectionsPageLandingCollectionOrder { + heroBannerHeadlineColor_ASC + heroBannerHeadlineColor_DESC + heroBannerHeadline_ASC + heroBannerHeadline_DESC + internalName_ASC + internalName_DESC + sys_firstPublishedAt_ASC + sys_firstPublishedAt_DESC + sys_id_ASC + sys_id_DESC + sys_publishedAt_ASC + sys_publishedAt_DESC + sys_publishedVersion_ASC + sys_publishedVersion_DESC +} + +enum ComponentSeoLinkingCollectionsPageProductCollectionOrder { + creality_ASC + creality_DESC + cults_ASC + cults_DESC + internalName_ASC + internalName_DESC + makerworld_ASC + makerworld_DESC + name_ASC + name_DESC + price_ASC + price_DESC + printables_ASC + printables_DESC + slug_ASC + slug_DESC + sys_firstPublishedAt_ASC + sys_firstPublishedAt_DESC + sys_id_ASC + sys_id_DESC + sys_publishedAt_ASC + sys_publishedAt_DESC + sys_publishedVersion_ASC + sys_publishedVersion_DESC + thangs_ASC + thangs_DESC } enum ComponentSeoOrder { @@ -410,17 +456,18 @@ input ImageTransformOptions { } """ -To have an entry point for the app [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageLanding) +To have an entry point for the app [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageLanding) """ type PageLanding implements Entry { contentfulMetadata: ContentfulMetadata! + footer(locale: String, preview: Boolean): Asset heroBannerHeadline(locale: String): String heroBannerHeadlineColor(locale: String): String heroBannerImage(locale: String, preview: Boolean): Asset internalName(locale: String): String linkedFrom(allowedLocales: [String]): PageLandingLinkingCollections - productsCollection(limit: Int = 100, locale: String, preview: Boolean, skip: Int = 0): PageLandingProductsCollection - seoFields(locale: String, preview: Boolean): ComponentSeo + productsCollection(limit: Int = 100, locale: String, order: [PageLandingProductsCollectionOrder], preview: Boolean, skip: Int = 0, where: PageProductFilter): PageLandingProductsCollection + seoFields(locale: String, preview: Boolean, where: ComponentSeoFilter): ComponentSeo sys: Sys! } @@ -435,6 +482,7 @@ input PageLandingFilter { AND: [PageLandingFilter] OR: [PageLandingFilter] contentfulMetadata: ContentfulMetadataFilter + footer_exists: Boolean heroBannerHeadline: String heroBannerHeadlineColor: String heroBannerHeadlineColor_contains: String @@ -492,22 +540,56 @@ type PageLandingProductsCollection { total: Int! } +enum PageLandingProductsCollectionOrder { + creality_ASC + creality_DESC + cults_ASC + cults_DESC + internalName_ASC + internalName_DESC + makerworld_ASC + makerworld_DESC + name_ASC + name_DESC + price_ASC + price_DESC + printables_ASC + printables_DESC + slug_ASC + slug_DESC + sys_firstPublishedAt_ASC + sys_firstPublishedAt_DESC + sys_id_ASC + sys_id_DESC + sys_publishedAt_ASC + sys_publishedAt_DESC + sys_publishedVersion_ASC + sys_publishedVersion_DESC + thangs_ASC + thangs_DESC +} + """ -To output data for a single product [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageProduct) +To output data for a single product [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageProduct) """ type PageProduct implements Entry { contentfulMetadata: ContentfulMetadata! + creality(locale: String): String + cults(locale: String): String description(locale: String): String featuredProductImage(locale: String, preview: Boolean): Asset internalName(locale: String): String linkedFrom(allowedLocales: [String]): PageProductLinkingCollections + makerworld(locale: String): String name(locale: String): String price(locale: String): Float + printables(locale: String): String productImagesCollection(limit: Int = 100, locale: String, preview: Boolean, skip: Int = 0): AssetCollection - relatedProductsCollection(limit: Int = 100, locale: String, preview: Boolean, skip: Int = 0): PageProductRelatedProductsCollection - seoFields(locale: String, preview: Boolean): ComponentSeo + relatedProductsCollection(limit: Int = 100, locale: String, order: [PageProductRelatedProductsCollectionOrder], preview: Boolean, skip: Int = 0, where: PageProductFilter): PageProductRelatedProductsCollection + seoFields(locale: String, preview: Boolean, where: ComponentSeoFilter): ComponentSeo slug(locale: String): String sys: Sys! + thangs(locale: String): String } type PageProductCollection { @@ -521,6 +603,20 @@ input PageProductFilter { AND: [PageProductFilter] OR: [PageProductFilter] contentfulMetadata: ContentfulMetadataFilter + creality: String + creality_contains: String + creality_exists: Boolean + creality_in: [String] + creality_not: String + creality_not_contains: String + creality_not_in: [String] + cults: String + cults_contains: String + cults_exists: Boolean + cults_in: [String] + cults_not: String + cults_not_contains: String + cults_not_in: [String] description: String description_contains: String description_exists: Boolean @@ -536,6 +632,13 @@ input PageProductFilter { internalName_not: String internalName_not_contains: String internalName_not_in: [String] + makerworld: String + makerworld_contains: String + makerworld_exists: Boolean + makerworld_in: [String] + makerworld_not: String + makerworld_not_contains: String + makerworld_not_in: [String] name: String name_contains: String name_exists: Boolean @@ -552,6 +655,13 @@ input PageProductFilter { price_lte: Float price_not: Float price_not_in: [Float] + printables: String + printables_contains: String + printables_exists: Boolean + printables_in: [String] + printables_not: String + printables_not_contains: String + printables_not_in: [String] productImagesCollection_exists: Boolean relatedProducts: cfPageProductNestedFilter relatedProductsCollection_exists: Boolean @@ -565,21 +675,82 @@ input PageProductFilter { slug_not_contains: String slug_not_in: [String] sys: SysFilter + thangs: String + thangs_contains: String + thangs_exists: Boolean + thangs_in: [String] + thangs_not: String + thangs_not_contains: String + thangs_not_in: [String] } type PageProductLinkingCollections { entryCollection(limit: Int = 100, locale: String, preview: Boolean, skip: Int = 0): EntryCollection - pageLandingCollection(limit: Int = 100, locale: String, preview: Boolean, skip: Int = 0): PageLandingCollection - pageProductCollection(limit: Int = 100, locale: String, preview: Boolean, skip: Int = 0): PageProductCollection + pageLandingCollection(limit: Int = 100, locale: String, order: [PageProductLinkingCollectionsPageLandingCollectionOrder], preview: Boolean, skip: Int = 0): PageLandingCollection + pageProductCollection(limit: Int = 100, locale: String, order: [PageProductLinkingCollectionsPageProductCollectionOrder], preview: Boolean, skip: Int = 0): PageProductCollection +} + +enum PageProductLinkingCollectionsPageLandingCollectionOrder { + heroBannerHeadlineColor_ASC + heroBannerHeadlineColor_DESC + heroBannerHeadline_ASC + heroBannerHeadline_DESC + internalName_ASC + internalName_DESC + sys_firstPublishedAt_ASC + sys_firstPublishedAt_DESC + sys_id_ASC + sys_id_DESC + sys_publishedAt_ASC + sys_publishedAt_DESC + sys_publishedVersion_ASC + sys_publishedVersion_DESC +} + +enum PageProductLinkingCollectionsPageProductCollectionOrder { + creality_ASC + creality_DESC + cults_ASC + cults_DESC + internalName_ASC + internalName_DESC + makerworld_ASC + makerworld_DESC + name_ASC + name_DESC + price_ASC + price_DESC + printables_ASC + printables_DESC + slug_ASC + slug_DESC + sys_firstPublishedAt_ASC + sys_firstPublishedAt_DESC + sys_id_ASC + sys_id_DESC + sys_publishedAt_ASC + sys_publishedAt_DESC + sys_publishedVersion_ASC + sys_publishedVersion_DESC + thangs_ASC + thangs_DESC } enum PageProductOrder { + creality_ASC + creality_DESC + cults_ASC + cults_DESC internalName_ASC internalName_DESC + makerworld_ASC + makerworld_DESC name_ASC name_DESC price_ASC price_DESC + printables_ASC + printables_DESC slug_ASC slug_DESC sys_firstPublishedAt_ASC @@ -590,6 +761,8 @@ enum PageProductOrder { sys_publishedAt_DESC sys_publishedVersion_ASC sys_publishedVersion_DESC + thangs_ASC + thangs_DESC } type PageProductRelatedProductsCollection { @@ -599,6 +772,35 @@ type PageProductRelatedProductsCollection { total: Int! } +enum PageProductRelatedProductsCollectionOrder { + creality_ASC + creality_DESC + cults_ASC + cults_DESC + internalName_ASC + internalName_DESC + makerworld_ASC + makerworld_DESC + name_ASC + name_DESC + price_ASC + price_DESC + printables_ASC + printables_DESC + slug_ASC + slug_DESC + sys_firstPublishedAt_ASC + sys_firstPublishedAt_DESC + sys_id_ASC + sys_id_DESC + sys_publishedAt_ASC + sys_publishedAt_DESC + sys_publishedVersion_ASC + sys_publishedVersion_DESC + thangs_ASC + thangs_DESC +} + """ The 'Quality' type represents quality as whole numeric values between `1` and `100`. """ @@ -708,6 +910,20 @@ input cfPageProductNestedFilter { AND: [cfPageProductNestedFilter] OR: [cfPageProductNestedFilter] contentfulMetadata: ContentfulMetadataFilter + creality: String + creality_contains: String + creality_exists: Boolean + creality_in: [String] + creality_not: String + creality_not_contains: String + creality_not_in: [String] + cults: String + cults_contains: String + cults_exists: Boolean + cults_in: [String] + cults_not: String + cults_not_contains: String + cults_not_in: [String] description: String description_contains: String description_exists: Boolean @@ -723,6 +939,13 @@ input cfPageProductNestedFilter { internalName_not: String internalName_not_contains: String internalName_not_in: [String] + makerworld: String + makerworld_contains: String + makerworld_exists: Boolean + makerworld_in: [String] + makerworld_not: String + makerworld_not_contains: String + makerworld_not_in: [String] name: String name_contains: String name_exists: Boolean @@ -739,6 +962,13 @@ input cfPageProductNestedFilter { price_lte: Float price_not: Float price_not_in: [Float] + printables: String + printables_contains: String + printables_exists: Boolean + printables_in: [String] + printables_not: String + printables_not_contains: String + printables_not_in: [String] productImagesCollection_exists: Boolean relatedProductsCollection_exists: Boolean seoFields_exists: Boolean @@ -750,4 +980,11 @@ input cfPageProductNestedFilter { slug_not_contains: String slug_not_in: [String] sys: SysFilter + thangs: String + thangs_contains: String + thangs_exists: Boolean + thangs_in: [String] + thangs_not: String + thangs_not_contains: String + thangs_not_in: [String] } \ No newline at end of file diff --git a/src/lib/__generated/graphql.schema.json b/src/lib/__generated/graphql.schema.json index cce3809..0b7e1e5 100644 --- a/src/lib/__generated/graphql.schema.json +++ b/src/lib/__generated/graphql.schema.json @@ -1643,7 +1643,7 @@ { "kind": "OBJECT", "name": "ComponentSeo", - "description": "To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/componentSeo)", + "description": "To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/componentSeo)", "fields": [ { "name": "canonicalUrl", @@ -2621,6 +2621,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "order", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ComponentSeoLinkingCollectionsPageLandingCollectionOrder", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "preview", "description": null, @@ -2682,6 +2698,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "order", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ComponentSeoLinkingCollectionsPageProductCollectionOrder", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "preview", "description": null, @@ -2723,705 +2755,379 @@ }, { "kind": "ENUM", - "name": "ComponentSeoOrder", + "name": "ComponentSeoLinkingCollectionsPageLandingCollectionOrder", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { - "name": "canonicalUrl_ASC", + "name": "heroBannerHeadlineColor_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "canonicalUrl_DESC", + "name": "heroBannerHeadlineColor_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "internalName_ASC", + "name": "heroBannerHeadline_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "internalName_DESC", + "name": "heroBannerHeadline_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nofollow_ASC", + "name": "internalName_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nofollow_DESC", + "name": "internalName_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "noindex_ASC", + "name": "sys_firstPublishedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "noindex_DESC", + "name": "sys_firstPublishedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageTitle_ASC", + "name": "sys_id_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageTitle_DESC", + "name": "sys_id_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sys_firstPublishedAt_ASC", + "name": "sys_publishedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sys_firstPublishedAt_DESC", + "name": "sys_publishedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sys_id_ASC", + "name": "sys_publishedVersion_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sys_id_DESC", + "name": "sys_publishedVersion_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ComponentSeoLinkingCollectionsPageProductCollectionOrder", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "creality_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sys_publishedAt_ASC", + "name": "creality_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sys_publishedAt_DESC", + "name": "cults_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sys_publishedVersion_ASC", + "name": "cults_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sys_publishedVersion_DESC", + "name": "internalName_ASC", "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ContentfulMetadata", - "description": null, - "fields": [ + }, { - "name": "tags", + "name": "internalName_DESC", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ContentfulTag", - "ofType": null - } - } - }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ContentfulMetadataFilter", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "tags", + "name": "makerworld_ASC", "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ContentfulMetadataTagsFilter", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "tags_exists", + "name": "makerworld_DESC", "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ContentfulMetadataTagsFilter", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "id_contains_all", + "name": "name_ASC", "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "id_contains_none", + "name": "name_DESC", "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "id_contains_some", + "name": "price_ASC", "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ContentfulTag", - "description": "Represents a tag entity for finding and organizing content easily.\n Find out more here: https://www.contentful.com/developers/docs/references/content-delivery-api/#/reference/content-tags", - "fields": [ + }, { - "name": "id", + "name": "price_DESC", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", + "name": "printables_ASC", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "DateTime", - "description": "A date-time string at UTC, such as 2007-12-03T10:15:30Z,\n compliant with the 'date-time' format outlined in section 5.6 of\n the RFC 3339 profile of the ISO 8601 standard for representation\n of dates and times using the Gregorian calendar.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Dimension", - "description": "The 'Dimension' type represents dimensions as whole numeric values between `1` and `4000`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "Entry", - "description": null, - "fields": [ + }, { - "name": "contentfulMetadata", + "name": "printables_DESC", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ContentfulMetadata", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "sys", + "name": "slug_ASC", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Sys", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ + }, { - "kind": "OBJECT", - "name": "ComponentSeo", - "ofType": null + "name": "slug_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "PageLanding", - "ofType": null + "name": "sys_firstPublishedAt_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "PageProduct", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "EntryCollection", - "description": null, - "fields": [ + "name": "sys_firstPublishedAt_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "items", + "name": "sys_id_ASC", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Entry", - "ofType": null - } - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "limit", + "name": "sys_id_DESC", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "skip", + "name": "sys_publishedAt_ASC", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "total", + "name": "sys_publishedAt_DESC", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "EntryFilter", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "sys_publishedVersion_ASC", "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EntryFilter", - "ofType": null - } - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "sys_publishedVersion_DESC", "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EntryFilter", - "ofType": null - } - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "contentfulMetadata", + "name": "thangs_ASC", "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ContentfulMetadataFilter", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sys", + "name": "thangs_DESC", "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SysFilter", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, - "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", - "name": "EntryOrder", + "name": "ComponentSeoOrder", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { - "name": "sys_firstPublishedAt_ASC", + "name": "canonicalUrl_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sys_firstPublishedAt_DESC", + "name": "canonicalUrl_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sys_id_ASC", + "name": "internalName_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sys_id_DESC", + "name": "internalName_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sys_publishedAt_ASC", + "name": "nofollow_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sys_publishedAt_DESC", + "name": "nofollow_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sys_publishedVersion_ASC", + "name": "noindex_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sys_publishedVersion_DESC", + "name": "noindex_DESC", "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Float", - "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "HexColor", - "description": "The 'HexColor' type represents color in `rgb:ffffff` string format.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "ImageFormat", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + }, { - "name": "AVIF", + "name": "pageTitle_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "JPG", - "description": "JPG image format.", + "name": "pageTitle_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "JPG_PROGRESSIVE", - "description": "Progressive JPG format stores multiple passes of an image in progressively higher detail.\n When a progressive image is loading, the viewer will first see a lower quality pixelated version which\n will gradually improve in detail, until the image is fully downloaded. This is to display an image as\n early as possible to make the layout look as designed.", + "name": "sys_firstPublishedAt_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PNG", - "description": "PNG image format", + "name": "sys_firstPublishedAt_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PNG8", - "description": "8-bit PNG images support up to 256 colors and weigh less than the standard 24-bit PNG equivalent.\n The 8-bit PNG format is mostly used for simple images, such as icons or logos.", + "name": "sys_id_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "WEBP", - "description": "WebP image format.", + "name": "sys_id_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "ImageResizeFocus", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + }, { - "name": "BOTTOM", - "description": "Focus the resizing on the bottom.", + "name": "sys_publishedAt_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "BOTTOM_LEFT", - "description": "Focus the resizing on the bottom left.", + "name": "sys_publishedAt_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "BOTTOM_RIGHT", - "description": "Focus the resizing on the bottom right.", + "name": "sys_publishedVersion_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CENTER", - "description": "Focus the resizing on the center.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FACE", - "description": "Focus the resizing on the largest face.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FACES", - "description": "Focus the resizing on the area containing all the faces.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "LEFT", - "description": "Focus the resizing on the left.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "RIGHT", - "description": "Focus the resizing on the right.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TOP", - "description": "Focus the resizing on the top.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TOP_LEFT", - "description": "Focus the resizing on the top left.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TOP_RIGHT", - "description": "Focus the resizing on the top right.", + "name": "sys_publishedVersion_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null } @@ -3429,64 +3135,48 @@ "possibleTypes": null }, { - "kind": "ENUM", - "name": "ImageResizeStrategy", + "kind": "OBJECT", + "name": "ContentfulMetadata", "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "CROP", - "description": "Crops a part of the original image to fit into the specified dimensions.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FILL", - "description": "Resizes the image to the specified dimensions, cropping the image if needed.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FIT", - "description": "Resizes the image to fit into the specified dimensions.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PAD", - "description": "Resizes the image to the specified dimensions, padding the image if needed.\n Uses desired background color as padding color.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SCALE", - "description": "Resizes the image to the specified dimensions, changing the original aspect ratio if needed.", - "isDeprecated": false, - "deprecationReason": null - }, + "fields": [ { - "name": "THUMB", - "description": "Creates a thumbnail from the image.", + "name": "tags", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ContentfulTag", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], + "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "ImageTransformOptions", + "name": "ContentfulMetadataFilter", "description": null, "fields": null, "inputFields": [ { - "name": "backgroundColor", - "description": "Desired background color, used with corner radius or `PAD` resize strategy.\n Defaults to transparent (for `PNG`, `PNG8` and `WEBP`) or white (for `JPG` and `JPG_PROGRESSIVE`).", + "name": "tags", + "description": null, "type": { - "kind": "SCALAR", - "name": "HexColor", + "kind": "INPUT_OBJECT", + "name": "ContentfulMetadataTagsFilter", "ofType": null }, "defaultValue": null, @@ -3494,98 +3184,130 @@ "deprecationReason": null }, { - "name": "cornerRadius", - "description": "Desired corner radius in pixels.\n Results in an image with rounded corners (pass `-1` for a full circle/ellipse).\n Defaults to `0`. Uses desired background color as padding color,\n unless the format is `JPG` or `JPG_PROGRESSIVE` and resize strategy is `PAD`, then defaults to white.", + "name": "tags_exists", + "description": null, "type": { "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "format", - "description": "Desired image format. Defaults to the original image format.", - "type": { - "kind": "ENUM", - "name": "ImageFormat", + "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ContentfulMetadataTagsFilter", + "description": null, + "fields": null, + "inputFields": [ { - "name": "height", - "description": "Desired height in pixels. Defaults to the original image height.", + "name": "id_contains_all", + "description": null, "type": { - "kind": "SCALAR", - "name": "Dimension", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "quality", - "description": "Desired quality of the image in percents.\n Used for `PNG8`, `JPG`, `JPG_PROGRESSIVE` and `WEBP` formats.", + "name": "id_contains_none", + "description": null, "type": { - "kind": "SCALAR", - "name": "Quality", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "resizeFocus", - "description": "Desired resize focus area. Defaults to `CENTER`.", + "name": "id_contains_some", + "description": null, "type": { - "kind": "ENUM", - "name": "ImageResizeFocus", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ContentfulTag", + "description": "Represents a tag entity for finding and organizing content easily.\n Find out more here: https://www.contentful.com/developers/docs/references/content-delivery-api/#/reference/content-tags", + "fields": [ { - "name": "resizeStrategy", - "description": "Desired resize strategy. Defaults to `FIT`.", + "name": "id", + "description": null, + "args": [], "type": { - "kind": "ENUM", - "name": "ImageResizeStrategy", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "width", - "description": "Desired width in pixels. Defaults to the original image width.", + "name": "name", + "description": null, + "args": [], "type": { "kind": "SCALAR", - "name": "Dimension", + "name": "String", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "DateTime", + "description": "A date-time string at UTC, such as 2007-12-03T10:15:30Z,\n compliant with the 'date-time' format outlined in section 5.6 of\n the RFC 3339 profile of the ISO 8601 standard for representation\n of dates and times using the Gregorian calendar.", + "fields": null, + "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", - "name": "Int", - "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", + "name": "Dimension", + "description": "The 'Dimension' type represents dimensions as whole numeric values between `1` and `4000`.", "fields": null, "inputFields": null, "interfaces": null, @@ -3593,9 +3315,9 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "PageLanding", - "description": "To have an entry point for the app [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageLanding)", + "kind": "INTERFACE", + "name": "Entry", + "description": null, "fields": [ { "name": "contentfulMetadata", @@ -3614,248 +3336,9 @@ "deprecationReason": null }, { - "name": "heroBannerHeadline", + "name": "sys", "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heroBannerHeadlineColor", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heroBannerImage", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preview", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "Asset", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "internalName", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "linkedFrom", - "description": null, - "args": [ - { - "name": "allowedLocales", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "PageLandingLinkingCollections", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "productsCollection", - "description": null, - "args": [ - { - "name": "limit", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "100", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preview", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "skip", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "0", - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "PageLandingProductsCollection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seoFields", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preview", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ComponentSeo", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sys", - "description": null, - "args": [], + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -3870,19 +3353,29 @@ } ], "inputFields": null, - "interfaces": [ + "interfaces": [], + "enumValues": null, + "possibleTypes": [ { - "kind": "INTERFACE", - "name": "Entry", + "kind": "OBJECT", + "name": "ComponentSeo", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "PageLanding", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "PageProduct", "ofType": null } - ], - "enumValues": null, - "possibleTypes": null + ] }, { "kind": "OBJECT", - "name": "PageLandingCollection", + "name": "EntryCollection", "description": null, "fields": [ { @@ -3896,8 +3389,8 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PageLanding", + "kind": "INTERFACE", + "name": "Entry", "ofType": null } } @@ -3961,7 +3454,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "PageLandingFilter", + "name": "EntryFilter", "description": null, "fields": null, "inputFields": [ @@ -3973,7 +3466,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PageLandingFilter", + "name": "EntryFilter", "ofType": null } }, @@ -3989,7 +3482,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PageLandingFilter", + "name": "EntryFilter", "ofType": null } }, @@ -4010,259 +3503,284 @@ "deprecationReason": null }, { - "name": "heroBannerHeadline", + "name": "sys", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "SysFilter", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "EntryOrder", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "heroBannerHeadlineColor", + "name": "sys_firstPublishedAt_ASC", "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "heroBannerHeadlineColor_contains", + "name": "sys_firstPublishedAt_DESC", "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "heroBannerHeadlineColor_exists", + "name": "sys_id_ASC", "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "heroBannerHeadlineColor_in", + "name": "sys_id_DESC", "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "heroBannerHeadlineColor_not", + "name": "sys_publishedAt_ASC", "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "heroBannerHeadlineColor_not_contains", + "name": "sys_publishedAt_DESC", "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "heroBannerHeadlineColor_not_in", + "name": "sys_publishedVersion_ASC", "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "heroBannerHeadline_contains", + "name": "sys_publishedVersion_DESC", "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "Float", + "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "HexColor", + "description": "The 'HexColor' type represents color in `rgb:ffffff` string format.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ImageFormat", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "heroBannerHeadline_exists", + "name": "AVIF", "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "heroBannerHeadline_in", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, + "name": "JPG", + "description": "JPG image format.", "isDeprecated": false, "deprecationReason": null }, { - "name": "heroBannerHeadline_not", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, + "name": "JPG_PROGRESSIVE", + "description": "Progressive JPG format stores multiple passes of an image in progressively higher detail.\n When a progressive image is loading, the viewer will first see a lower quality pixelated version which\n will gradually improve in detail, until the image is fully downloaded. This is to display an image as\n early as possible to make the layout look as designed.", "isDeprecated": false, "deprecationReason": null }, { - "name": "heroBannerHeadline_not_contains", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, + "name": "PNG", + "description": "PNG image format", "isDeprecated": false, "deprecationReason": null }, { - "name": "heroBannerHeadline_not_in", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, + "name": "PNG8", + "description": "8-bit PNG images support up to 256 colors and weigh less than the standard 24-bit PNG equivalent.\n The 8-bit PNG format is mostly used for simple images, such as icons or logos.", "isDeprecated": false, "deprecationReason": null }, { - "name": "heroBannerImage_exists", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, + "name": "WEBP", + "description": "WebP image format.", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ImageResizeFocus", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "BOTTOM", + "description": "Focus the resizing on the bottom.", "isDeprecated": false, "deprecationReason": null }, { - "name": "internalName", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, + "name": "BOTTOM_LEFT", + "description": "Focus the resizing on the bottom left.", "isDeprecated": false, "deprecationReason": null }, { - "name": "internalName_contains", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, + "name": "BOTTOM_RIGHT", + "description": "Focus the resizing on the bottom right.", "isDeprecated": false, "deprecationReason": null }, { - "name": "internalName_exists", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, + "name": "CENTER", + "description": "Focus the resizing on the center.", "isDeprecated": false, "deprecationReason": null }, { - "name": "internalName_in", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, + "name": "FACE", + "description": "Focus the resizing on the largest face.", "isDeprecated": false, "deprecationReason": null }, { - "name": "internalName_not", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", + "name": "FACES", + "description": "Focus the resizing on the area containing all the faces.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LEFT", + "description": "Focus the resizing on the left.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RIGHT", + "description": "Focus the resizing on the right.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TOP", + "description": "Focus the resizing on the top.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TOP_LEFT", + "description": "Focus the resizing on the top left.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TOP_RIGHT", + "description": "Focus the resizing on the top right.", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ImageResizeStrategy", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "CROP", + "description": "Crops a part of the original image to fit into the specified dimensions.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FILL", + "description": "Resizes the image to the specified dimensions, cropping the image if needed.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FIT", + "description": "Resizes the image to fit into the specified dimensions.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PAD", + "description": "Resizes the image to the specified dimensions, padding the image if needed.\n Uses desired background color as padding color.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SCALE", + "description": "Resizes the image to the specified dimensions, changing the original aspect ratio if needed.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "THUMB", + "description": "Creates a thumbnail from the image.", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ImageTransformOptions", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "backgroundColor", + "description": "Desired background color, used with corner radius or `PAD` resize strategy.\n Defaults to transparent (for `PNG`, `PNG8` and `WEBP`) or white (for `JPG` and `JPG_PROGRESSIVE`).", + "type": { + "kind": "SCALAR", + "name": "HexColor", "ofType": null }, "defaultValue": null, @@ -4270,11 +3788,11 @@ "deprecationReason": null }, { - "name": "internalName_not_contains", - "description": null, + "name": "cornerRadius", + "description": "Desired corner radius in pixels.\n Results in an image with rounded corners (pass `-1` for a full circle/ellipse).\n Defaults to `0`. Uses desired background color as padding color,\n unless the format is `JPG` or `JPG_PROGRESSIVE` and resize strategy is `PAD`, then defaults to white.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -4282,27 +3800,23 @@ "deprecationReason": null }, { - "name": "internalName_not_in", - "description": null, + "name": "format", + "description": "Desired image format. Defaults to the original image format.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "ENUM", + "name": "ImageFormat", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "products", - "description": null, + "name": "height", + "description": "Desired height in pixels. Defaults to the original image height.", "type": { - "kind": "INPUT_OBJECT", - "name": "cfPageProductNestedFilter", + "kind": "SCALAR", + "name": "Dimension", "ofType": null }, "defaultValue": null, @@ -4310,11 +3824,11 @@ "deprecationReason": null }, { - "name": "productsCollection_exists", - "description": null, + "name": "quality", + "description": "Desired quality of the image in percents.\n Used for `PNG8`, `JPG`, `JPG_PROGRESSIVE` and `WEBP` formats.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Quality", "ofType": null }, "defaultValue": null, @@ -4322,11 +3836,11 @@ "deprecationReason": null }, { - "name": "seoFields", - "description": null, + "name": "resizeFocus", + "description": "Desired resize focus area. Defaults to `CENTER`.", "type": { - "kind": "INPUT_OBJECT", - "name": "cfComponentSeoNestedFilter", + "kind": "ENUM", + "name": "ImageResizeFocus", "ofType": null }, "defaultValue": null, @@ -4334,11 +3848,11 @@ "deprecationReason": null }, { - "name": "seoFields_exists", - "description": null, + "name": "resizeStrategy", + "description": "Desired resize strategy. Defaults to `FIT`.", "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "ENUM", + "name": "ImageResizeStrategy", "ofType": null }, "defaultValue": null, @@ -4346,11 +3860,11 @@ "deprecationReason": null }, { - "name": "sys", - "description": null, + "name": "width", + "description": "Desired width in pixels. Defaults to the original image width.", "type": { - "kind": "INPUT_OBJECT", - "name": "SysFilter", + "kind": "SCALAR", + "name": "Dimension", "ofType": null }, "defaultValue": null, @@ -4362,300 +3876,126 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "SCALAR", + "name": "Int", + "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, { "kind": "OBJECT", - "name": "PageLandingLinkingCollections", - "description": null, + "name": "PageLanding", + "description": "To have an entry point for the app [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageLanding)", "fields": [ { - "name": "entryCollection", + "name": "contentfulMetadata", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ContentfulMetadata", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "footer", "description": null, "args": [ { - "name": "limit", + "name": "locale", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "defaultValue": "100", + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", + "name": "preview", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "Asset", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadline", + "description": null, + "args": [ { - "name": "preview", + "name": "locale", "description": null, "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadlineColor", + "description": null, + "args": [ { - "name": "skip", + "name": "locale", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "defaultValue": "0", + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { - "kind": "OBJECT", - "name": "EntryCollection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "PageLandingOrder", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + }, { - "name": "heroBannerHeadlineColor_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heroBannerHeadlineColor_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heroBannerHeadline_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heroBannerHeadline_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "internalName_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "internalName_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sys_firstPublishedAt_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sys_firstPublishedAt_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sys_id_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sys_id_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sys_publishedAt_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sys_publishedAt_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sys_publishedVersion_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sys_publishedVersion_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PageLandingProductsCollection", - "description": null, - "fields": [ - { - "name": "items", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageProduct", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "limit", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "skip", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "total", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PageProduct", - "description": "To output data for a single product [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageProduct)", - "fields": [ - { - "name": "contentfulMetadata", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ContentfulMetadata", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "featuredProductImage", + "name": "heroBannerImage", "description": null, "args": [ { @@ -4739,41 +4079,28 @@ ], "type": { "kind": "OBJECT", - "name": "PageProductLinkingCollections", + "name": "PageLandingLinkingCollections", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", + "name": "productsCollection", "description": null, "args": [ { - "name": "locale", + "name": "limit", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "defaultValue": null, + "defaultValue": "100", "isDeprecated": false, "deprecationReason": null - } - ], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "price", - "description": null, - "args": [ + }, { "name": "locale", "description": null, @@ -4785,39 +4112,18 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "productImagesCollection", - "description": null, - "args": [ + }, { - "name": "limit", + "name": "order", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "100", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PageLandingProductsCollectionOrder", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, @@ -4846,72 +4152,23 @@ "defaultValue": "0", "isDeprecated": false, "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "AssetCollection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "relatedProductsCollection", - "description": null, - "args": [ - { - "name": "limit", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "100", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "preview", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "INPUT_OBJECT", + "name": "PageProductFilter", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "skip", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "0", - "isDeprecated": false, - "deprecationReason": null } ], "type": { "kind": "OBJECT", - "name": "PageProductRelatedProductsCollection", + "name": "PageLandingProductsCollection", "ofType": null }, "isDeprecated": false, @@ -4944,26 +4201,13 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ComponentSeo", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [ + }, { - "name": "locale", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "ComponentSeoFilter", "ofType": null }, "defaultValue": null, @@ -4972,8 +4216,8 @@ } ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ComponentSeo", "ofType": null }, "isDeprecated": false, @@ -5009,7 +4253,7 @@ }, { "kind": "OBJECT", - "name": "PageProductCollection", + "name": "PageLandingCollection", "description": null, "fields": [ { @@ -5024,7 +4268,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PageProduct", + "name": "PageLanding", "ofType": null } } @@ -5088,35 +4332,1794 @@ }, { "kind": "INPUT_OBJECT", - "name": "PageProductFilter", + "name": "PageLandingFilter", "description": null, "fields": null, "inputFields": [ { - "name": "AND", + "name": "AND", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PageLandingFilter", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OR", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PageLandingFilter", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "contentfulMetadata", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ContentfulMetadataFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "footer_exists", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadline", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadlineColor", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadlineColor_contains", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadlineColor_exists", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadlineColor_in", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadlineColor_not", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadlineColor_not_contains", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadlineColor_not_in", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadline_contains", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadline_exists", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadline_in", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadline_not", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadline_not_contains", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadline_not_in", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerImage_exists", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "internalName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "internalName_contains", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "internalName_exists", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "internalName_in", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "internalName_not", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "internalName_not_contains", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "internalName_not_in", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "products", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "cfPageProductNestedFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "productsCollection_exists", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "seoFields", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "cfComponentSeoNestedFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "seoFields_exists", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SysFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PageLandingLinkingCollections", + "description": null, + "fields": [ + { + "name": "entryCollection", + "description": null, + "args": [ + { + "name": "limit", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "100", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "locale", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "preview", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "skip", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "0", + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "EntryCollection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "PageLandingOrder", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "heroBannerHeadlineColor_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadlineColor_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadline_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadline_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "internalName_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "internalName_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_firstPublishedAt_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_firstPublishedAt_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_id_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_id_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_publishedAt_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_publishedAt_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_publishedVersion_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_publishedVersion_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PageLandingProductsCollection", + "description": null, + "fields": [ + { + "name": "items", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageProduct", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "limit", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "skip", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "total", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "PageLandingProductsCollectionOrder", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "creality_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creality_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cults_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cults_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "internalName_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "internalName_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "makerworld_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "makerworld_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "price_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "price_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "printables_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "printables_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_firstPublishedAt_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_firstPublishedAt_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_id_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_id_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_publishedAt_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_publishedAt_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_publishedVersion_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_publishedVersion_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "thangs_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "thangs_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PageProduct", + "description": "To output data for a single product [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageProduct)", + "fields": [ + { + "name": "contentfulMetadata", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ContentfulMetadata", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creality", + "description": null, + "args": [ + { + "name": "locale", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cults", + "description": null, + "args": [ + { + "name": "locale", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": null, + "args": [ + { + "name": "locale", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "featuredProductImage", + "description": null, + "args": [ + { + "name": "locale", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "preview", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Asset", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "internalName", + "description": null, + "args": [ + { + "name": "locale", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "linkedFrom", + "description": null, + "args": [ + { + "name": "allowedLocales", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "PageProductLinkingCollections", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "makerworld", + "description": null, + "args": [ + { + "name": "locale", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [ + { + "name": "locale", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "price", + "description": null, + "args": [ + { + "name": "locale", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "printables", + "description": null, + "args": [ + { + "name": "locale", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "productImagesCollection", + "description": null, + "args": [ + { + "name": "limit", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "100", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "locale", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "preview", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "skip", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "0", + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "AssetCollection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relatedProductsCollection", + "description": null, + "args": [ + { + "name": "limit", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "100", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "locale", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "order", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PageProductRelatedProductsCollectionOrder", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "preview", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "skip", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "0", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PageProductFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "PageProductRelatedProductsCollection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "seoFields", + "description": null, + "args": [ + { + "name": "locale", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "preview", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ComponentSeoFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ComponentSeo", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug", + "description": null, + "args": [ + { + "name": "locale", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Sys", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "thangs", + "description": null, + "args": [ + { + "name": "locale", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Entry", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PageProductCollection", + "description": null, + "fields": [ + { + "name": "items", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageProduct", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "limit", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "skip", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "total", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PageProductFilter", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PageProductFilter", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OR", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PageProductFilter", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "contentfulMetadata", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ContentfulMetadataFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creality", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creality_contains", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creality_exists", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creality_in", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creality_not", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creality_not_contains", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creality_not_in", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cults", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cults_contains", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cults_exists", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cults_in", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cults_not", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cults_not_contains", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cults_not_in", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description_contains", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description_exists", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description_in", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description_not", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PageProductFilter", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "description_not_contains", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description_not_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "PageProductFilter", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -5125,11 +6128,11 @@ "deprecationReason": null }, { - "name": "contentfulMetadata", + "name": "featuredProductImage_exists", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "ContentfulMetadataFilter", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, "defaultValue": null, @@ -5137,7 +6140,7 @@ "deprecationReason": null }, { - "name": "description", + "name": "internalName", "description": null, "type": { "kind": "SCALAR", @@ -5149,7 +6152,7 @@ "deprecationReason": null }, { - "name": "description_contains", + "name": "internalName_contains", "description": null, "type": { "kind": "SCALAR", @@ -5161,7 +6164,7 @@ "deprecationReason": null }, { - "name": "description_exists", + "name": "internalName_exists", "description": null, "type": { "kind": "SCALAR", @@ -5173,7 +6176,7 @@ "deprecationReason": null }, { - "name": "description_in", + "name": "internalName_in", "description": null, "type": { "kind": "LIST", @@ -5189,7 +6192,7 @@ "deprecationReason": null }, { - "name": "description_not", + "name": "internalName_not", "description": null, "type": { "kind": "SCALAR", @@ -5201,7 +6204,7 @@ "deprecationReason": null }, { - "name": "description_not_contains", + "name": "internalName_not_contains", "description": null, "type": { "kind": "SCALAR", @@ -5213,7 +6216,7 @@ "deprecationReason": null }, { - "name": "description_not_in", + "name": "internalName_not_in", "description": null, "type": { "kind": "LIST", @@ -5229,19 +6232,7 @@ "deprecationReason": null }, { - "name": "featuredProductImage_exists", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "internalName", + "name": "makerworld", "description": null, "type": { "kind": "SCALAR", @@ -5253,7 +6244,7 @@ "deprecationReason": null }, { - "name": "internalName_contains", + "name": "makerworld_contains", "description": null, "type": { "kind": "SCALAR", @@ -5265,7 +6256,7 @@ "deprecationReason": null }, { - "name": "internalName_exists", + "name": "makerworld_exists", "description": null, "type": { "kind": "SCALAR", @@ -5277,7 +6268,7 @@ "deprecationReason": null }, { - "name": "internalName_in", + "name": "makerworld_in", "description": null, "type": { "kind": "LIST", @@ -5293,7 +6284,7 @@ "deprecationReason": null }, { - "name": "internalName_not", + "name": "makerworld_not", "description": null, "type": { "kind": "SCALAR", @@ -5305,7 +6296,7 @@ "deprecationReason": null }, { - "name": "internalName_not_contains", + "name": "makerworld_not_contains", "description": null, "type": { "kind": "SCALAR", @@ -5317,7 +6308,7 @@ "deprecationReason": null }, { - "name": "internalName_not_in", + "name": "makerworld_not_in", "description": null, "type": { "kind": "LIST", @@ -5540,6 +6531,98 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "printables", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "printables_contains", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "printables_exists", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "printables_in", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "printables_not", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "printables_not_contains", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "printables_not_in", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "productImagesCollection_exists", "description": null, @@ -5625,7 +6708,111 @@ "deprecationReason": null }, { - "name": "slug_exists", + "name": "slug_exists", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug_in", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug_not", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug_not_contains", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug_not_in", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SysFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "thangs", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "thangs_contains", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "thangs_exists", "description": null, "type": { "kind": "SCALAR", @@ -5637,7 +6824,7 @@ "deprecationReason": null }, { - "name": "slug_in", + "name": "thangs_in", "description": null, "type": { "kind": "LIST", @@ -5653,7 +6840,7 @@ "deprecationReason": null }, { - "name": "slug_not", + "name": "thangs_not", "description": null, "type": { "kind": "SCALAR", @@ -5665,7 +6852,7 @@ "deprecationReason": null }, { - "name": "slug_not_contains", + "name": "thangs_not_contains", "description": null, "type": { "kind": "SCALAR", @@ -5677,7 +6864,7 @@ "deprecationReason": null }, { - "name": "slug_not_in", + "name": "thangs_not_in", "description": null, "type": { "kind": "LIST", @@ -5691,18 +6878,6 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "sys", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SysFilter", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null } ], "interfaces": null, @@ -5803,6 +6978,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "order", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PageProductLinkingCollectionsPageLandingCollectionOrder", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "preview", "description": null, @@ -5864,6 +7055,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "order", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PageProductLinkingCollectionsPageProductCollectionOrder", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "preview", "description": null, @@ -5898,9 +7105,271 @@ "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], - "enumValues": null, + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "PageProductLinkingCollectionsPageLandingCollectionOrder", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "heroBannerHeadlineColor_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadlineColor_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadline_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heroBannerHeadline_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "internalName_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "internalName_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_firstPublishedAt_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_firstPublishedAt_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_id_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_id_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_publishedAt_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_publishedAt_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_publishedVersion_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_publishedVersion_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "PageProductLinkingCollectionsPageProductCollectionOrder", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "creality_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creality_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cults_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cults_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "internalName_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "internalName_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "makerworld_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "makerworld_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "price_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "price_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "printables_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "printables_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_firstPublishedAt_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_firstPublishedAt_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_id_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_id_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_publishedAt_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_publishedAt_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_publishedVersion_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_publishedVersion_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "thangs_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "thangs_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "possibleTypes": null }, { @@ -5911,6 +7380,30 @@ "inputFields": null, "interfaces": null, "enumValues": [ + { + "name": "creality_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creality_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cults_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cults_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "internalName_ASC", "description": null, @@ -5923,6 +7416,18 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "makerworld_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "makerworld_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "name_ASC", "description": null, @@ -5947,6 +7452,18 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "printables_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "printables_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "slug_ASC", "description": null, @@ -6006,6 +7523,18 @@ "description": null, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "thangs_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "thangs_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null } ], "possibleTypes": null @@ -6084,9 +7613,176 @@ "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], - "enumValues": null, + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "PageProductRelatedProductsCollectionOrder", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "creality_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creality_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cults_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cults_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "internalName_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "internalName_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "makerworld_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "makerworld_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "price_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "price_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "printables_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "printables_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_firstPublishedAt_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_firstPublishedAt_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_id_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_id_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_publishedAt_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_publishedAt_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_publishedVersion_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys_publishedVersion_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "thangs_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "thangs_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "possibleTypes": null }, { @@ -7488,97 +9184,490 @@ "description": "Location adjacent to an inline fragment.", "isDeprecated": false, "deprecationReason": null - }, + }, + { + "name": "VARIABLE_DEFINITION", + "description": "Location adjacent to a variable definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SCHEMA", + "description": "Location adjacent to a schema definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SCALAR", + "description": "Location adjacent to a scalar definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OBJECT", + "description": "Location adjacent to an object type definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FIELD_DEFINITION", + "description": "Location adjacent to a field definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ARGUMENT_DEFINITION", + "description": "Location adjacent to an argument definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INTERFACE", + "description": "Location adjacent to an interface definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNION", + "description": "Location adjacent to a union definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUM", + "description": "Location adjacent to an enum definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUM_VALUE", + "description": "Location adjacent to an enum value definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INPUT_OBJECT", + "description": "Location adjacent to an input object type definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INPUT_FIELD_DEFINITION", + "description": "Location adjacent to an input object field definition.", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "__EnumValue", + "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.", + "fields": [ + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isDeprecated", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deprecationReason", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "__Field", + "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.", + "fields": [ + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "args", + "description": null, + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__InputValue", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isDeprecated", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deprecationReason", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "__InputValue", + "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.", + "fields": [ { - "name": "VARIABLE_DEFINITION", - "description": "Location adjacent to a variable definition.", + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "SCHEMA", - "description": "Location adjacent to a schema definition.", + "name": "description", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "SCALAR", - "description": "Location adjacent to a scalar definition.", + "name": "type", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "OBJECT", - "description": "Location adjacent to an object type definition.", + "name": "defaultValue", + "description": "A GraphQL-formatted string representing the default value for this input value.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "FIELD_DEFINITION", - "description": "Location adjacent to a field definition.", + "name": "isDeprecated", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARGUMENT_DEFINITION", - "description": "Location adjacent to an argument definition.", + "name": "deprecationReason", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "__Schema", + "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", + "fields": [ { - "name": "INTERFACE", - "description": "Location adjacent to an interface definition.", + "name": "description", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UNION", - "description": "Location adjacent to a union definition.", + "name": "types", + "description": "A list of all types supported by this server.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ENUM", - "description": "Location adjacent to an enum definition.", + "name": "queryType", + "description": "The type that query operations will be rooted at.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ENUM_VALUE", - "description": "Location adjacent to an enum value definition.", + "name": "mutationType", + "description": "If this server supports mutation, the type that mutation operations will be rooted at.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "INPUT_OBJECT", - "description": "Location adjacent to an input object type definition.", + "name": "subscriptionType", + "description": "If this server support subscription, the type that subscription operations will be rooted at.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "INPUT_FIELD_DEFINITION", - "description": "Location adjacent to an input object field definition.", + "name": "directives", + "description": "A list of all directives supported by this server.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Directive", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], + "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "__EnumValue", - "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.", + "name": "__Type", + "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", "fields": [ { - "name": "name", + "name": "kind", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "__TypeKind", "ofType": null } }, @@ -7586,7 +9675,7 @@ "deprecationReason": null }, { - "name": "description", + "name": "name", "description": null, "args": [], "type": { @@ -7598,23 +9687,19 @@ "deprecationReason": null }, { - "name": "isDeprecated", + "name": "description", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deprecationReason", + "name": "specifiedByURL", "description": null, "args": [], "type": { @@ -7624,48 +9709,82 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Field", - "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.", - "fields": [ + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Field", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "name", + "name": "interfaces", "description": null, "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "description", + "name": "possibleTypes", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "args", + "name": "enumValues", "description": null, "args": [ { @@ -7682,19 +9801,15 @@ } ], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } + "kind": "OBJECT", + "name": "__EnumValue", + "ofType": null } } }, @@ -7702,44 +9817,45 @@ "deprecationReason": null }, { - "name": "type", + "name": "inputFields", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isDeprecated", - "description": null, - "args": [], + ], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__InputValue", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deprecationReason", + "name": "ofType", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "__Type", "ofType": null }, "isDeprecated": false, @@ -7752,499 +9868,415 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "__InputValue", - "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.", - "fields": [ + "kind": "ENUM", + "name": "__TypeKind", + "description": "An enum describing what kind of type a given `__Type` is.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, + "name": "SCALAR", + "description": "Indicates this type is a scalar.", "isDeprecated": false, "deprecationReason": null }, { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "OBJECT", + "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.", "isDeprecated": false, "deprecationReason": null }, { - "name": "type", + "name": "INTERFACE", + "description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNION", + "description": "Indicates this type is a union. `possibleTypes` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUM", + "description": "Indicates this type is an enum. `enumValues` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INPUT_OBJECT", + "description": "Indicates this type is an input object. `inputFields` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LIST", + "description": "Indicates this type is a list. `ofType` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NON_NULL", + "description": "Indicates this type is a non-null. `ofType` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "cfComponentSeoNestedFilter", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "__Type", + "kind": "INPUT_OBJECT", + "name": "cfComponentSeoNestedFilter", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "defaultValue", - "description": "A GraphQL-formatted string representing the default value for this input value.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isDeprecated", + "name": "OR", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "INPUT_OBJECT", + "name": "cfComponentSeoNestedFilter", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deprecationReason", + "name": "canonicalUrl", "description": null, - "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Schema", - "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", - "fields": [ + }, { - "name": "description", + "name": "canonicalUrl_contains", "description": null, - "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "types", - "description": "A list of all types supported by this server.", - "args": [], + "name": "canonicalUrl_exists", + "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "queryType", - "description": "The type that query operations will be rooted at.", - "args": [], + "name": "canonicalUrl_in", + "description": null, "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "__Type", + "kind": "SCALAR", + "name": "String", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "mutationType", - "description": "If this server supports mutation, the type that mutation operations will be rooted at.", - "args": [], + "name": "canonicalUrl_not", + "description": null, "type": { - "kind": "OBJECT", - "name": "__Type", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "subscriptionType", - "description": "If this server support subscription, the type that subscription operations will be rooted at.", - "args": [], + "name": "canonicalUrl_not_contains", + "description": null, "type": { - "kind": "OBJECT", - "name": "__Type", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "directives", - "description": "A list of all directives supported by this server.", - "args": [], + "name": "canonicalUrl_not_in", + "description": null, "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Directive", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Type", - "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", - "fields": [ + }, { - "name": "kind", + "name": "contentfulMetadata", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "__TypeKind", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "ContentfulMetadataFilter", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", + "name": "internalName", "description": null, - "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "description", + "name": "internalName_contains", "description": null, - "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "specifiedByURL", + "name": "internalName_exists", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "fields", + "name": "internalName_in", "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false", - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Field", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "interfaces", + "name": "internalName_not", "description": null, - "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "possibleTypes", + "name": "internalName_not_contains", "description": null, - "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "enumValues", + "name": "internalName_not_in", "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false", - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__EnumValue", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "inputFields", + "name": "nofollow", "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false", - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ofType", + "name": "nofollow_exists", "description": null, - "args": [], "type": { - "kind": "OBJECT", - "name": "__Type", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "__TypeKind", - "description": "An enum describing what kind of type a given `__Type` is.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "SCALAR", - "description": "Indicates this type is a scalar.", + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OBJECT", - "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.", + "name": "nofollow_not", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "INTERFACE", - "description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.", + "name": "noindex", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UNION", - "description": "Indicates this type is a union. `possibleTypes` is a valid field.", + "name": "noindex_exists", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ENUM", - "description": "Indicates this type is an enum. `enumValues` is a valid field.", + "name": "noindex_not", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "INPUT_OBJECT", - "description": "Indicates this type is an input object. `inputFields` is a valid field.", + "name": "pageDescription", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "LIST", - "description": "Indicates this type is a list. `ofType` is a valid field.", + "name": "pageDescription_contains", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "NON_NULL", - "description": "Indicates this type is a non-null. `ofType` is a valid field.", + "name": "pageDescription_exists", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "cfComponentSeoNestedFilter", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "pageDescription_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "cfComponentSeoNestedFilter", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -8253,14 +10285,38 @@ "deprecationReason": null }, { - "name": "OR", + "name": "pageDescription_not", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageDescription_not_contains", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageDescription_not_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "cfComponentSeoNestedFilter", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -8269,7 +10325,7 @@ "deprecationReason": null }, { - "name": "canonicalUrl", + "name": "pageTitle", "description": null, "type": { "kind": "SCALAR", @@ -8281,7 +10337,7 @@ "deprecationReason": null }, { - "name": "canonicalUrl_contains", + "name": "pageTitle_contains", "description": null, "type": { "kind": "SCALAR", @@ -8293,7 +10349,7 @@ "deprecationReason": null }, { - "name": "canonicalUrl_exists", + "name": "pageTitle_exists", "description": null, "type": { "kind": "SCALAR", @@ -8305,7 +10361,7 @@ "deprecationReason": null }, { - "name": "canonicalUrl_in", + "name": "pageTitle_in", "description": null, "type": { "kind": "LIST", @@ -8321,7 +10377,7 @@ "deprecationReason": null }, { - "name": "canonicalUrl_not", + "name": "pageTitle_not", "description": null, "type": { "kind": "SCALAR", @@ -8333,7 +10389,7 @@ "deprecationReason": null }, { - "name": "canonicalUrl_not_contains", + "name": "pageTitle_not_contains", "description": null, "type": { "kind": "SCALAR", @@ -8345,7 +10401,7 @@ "deprecationReason": null }, { - "name": "canonicalUrl_not_in", + "name": "pageTitle_not_in", "description": null, "type": { "kind": "LIST", @@ -8360,6 +10416,73 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "shareImagesCollection_exists", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SysFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "cfPageProductNestedFilter", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "cfPageProductNestedFilter", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OR", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "cfPageProductNestedFilter", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "contentfulMetadata", "description": null, @@ -8373,7 +10496,7 @@ "deprecationReason": null }, { - "name": "internalName", + "name": "creality", "description": null, "type": { "kind": "SCALAR", @@ -8385,7 +10508,7 @@ "deprecationReason": null }, { - "name": "internalName_contains", + "name": "creality_contains", "description": null, "type": { "kind": "SCALAR", @@ -8397,7 +10520,7 @@ "deprecationReason": null }, { - "name": "internalName_exists", + "name": "creality_exists", "description": null, "type": { "kind": "SCALAR", @@ -8409,7 +10532,7 @@ "deprecationReason": null }, { - "name": "internalName_in", + "name": "creality_in", "description": null, "type": { "kind": "LIST", @@ -8425,7 +10548,7 @@ "deprecationReason": null }, { - "name": "internalName_not", + "name": "creality_not", "description": null, "type": { "kind": "SCALAR", @@ -8437,7 +10560,7 @@ "deprecationReason": null }, { - "name": "internalName_not_contains", + "name": "creality_not_contains", "description": null, "type": { "kind": "SCALAR", @@ -8449,7 +10572,7 @@ "deprecationReason": null }, { - "name": "internalName_not_in", + "name": "creality_not_in", "description": null, "type": { "kind": "LIST", @@ -8465,11 +10588,11 @@ "deprecationReason": null }, { - "name": "nofollow", + "name": "cults", "description": null, "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null, @@ -8477,11 +10600,11 @@ "deprecationReason": null }, { - "name": "nofollow_exists", + "name": "cults_contains", "description": null, "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null, @@ -8489,7 +10612,7 @@ "deprecationReason": null }, { - "name": "nofollow_not", + "name": "cults_exists", "description": null, "type": { "kind": "SCALAR", @@ -8501,23 +10624,27 @@ "deprecationReason": null }, { - "name": "noindex", + "name": "cults_in", "description": null, "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "noindex_exists", + "name": "cults_not", "description": null, "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null, @@ -8525,11 +10652,11 @@ "deprecationReason": null }, { - "name": "noindex_not", + "name": "cults_not_contains", "description": null, "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null, @@ -8537,7 +10664,23 @@ "deprecationReason": null }, { - "name": "pageDescription", + "name": "cults_not_in", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", "description": null, "type": { "kind": "SCALAR", @@ -8549,7 +10692,7 @@ "deprecationReason": null }, { - "name": "pageDescription_contains", + "name": "description_contains", "description": null, "type": { "kind": "SCALAR", @@ -8561,7 +10704,7 @@ "deprecationReason": null }, { - "name": "pageDescription_exists", + "name": "description_exists", "description": null, "type": { "kind": "SCALAR", @@ -8573,7 +10716,7 @@ "deprecationReason": null }, { - "name": "pageDescription_in", + "name": "description_in", "description": null, "type": { "kind": "LIST", @@ -8589,7 +10732,7 @@ "deprecationReason": null }, { - "name": "pageDescription_not", + "name": "description_not", "description": null, "type": { "kind": "SCALAR", @@ -8601,7 +10744,7 @@ "deprecationReason": null }, { - "name": "pageDescription_not_contains", + "name": "description_not_contains", "description": null, "type": { "kind": "SCALAR", @@ -8613,7 +10756,7 @@ "deprecationReason": null }, { - "name": "pageDescription_not_in", + "name": "description_not_in", "description": null, "type": { "kind": "LIST", @@ -8629,7 +10772,19 @@ "deprecationReason": null }, { - "name": "pageTitle", + "name": "featuredProductImage_exists", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "internalName", "description": null, "type": { "kind": "SCALAR", @@ -8641,7 +10796,7 @@ "deprecationReason": null }, { - "name": "pageTitle_contains", + "name": "internalName_contains", "description": null, "type": { "kind": "SCALAR", @@ -8653,7 +10808,7 @@ "deprecationReason": null }, { - "name": "pageTitle_exists", + "name": "internalName_exists", "description": null, "type": { "kind": "SCALAR", @@ -8665,7 +10820,7 @@ "deprecationReason": null }, { - "name": "pageTitle_in", + "name": "internalName_in", "description": null, "type": { "kind": "LIST", @@ -8681,7 +10836,7 @@ "deprecationReason": null }, { - "name": "pageTitle_not", + "name": "internalName_not", "description": null, "type": { "kind": "SCALAR", @@ -8693,7 +10848,7 @@ "deprecationReason": null }, { - "name": "pageTitle_not_contains", + "name": "internalName_not_contains", "description": null, "type": { "kind": "SCALAR", @@ -8705,7 +10860,7 @@ "deprecationReason": null }, { - "name": "pageTitle_not_in", + "name": "internalName_not_in", "description": null, "type": { "kind": "LIST", @@ -8721,11 +10876,11 @@ "deprecationReason": null }, { - "name": "shareImagesCollection_exists", + "name": "makerworld", "description": null, "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null, @@ -8733,53 +10888,38 @@ "deprecationReason": null }, { - "name": "sys", + "name": "makerworld_contains", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SysFilter", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "cfPageProductNestedFilter", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "makerworld_exists", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "cfPageProductNestedFilter", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "makerworld_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "cfPageProductNestedFilter", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -8788,11 +10928,11 @@ "deprecationReason": null }, { - "name": "contentfulMetadata", + "name": "makerworld_not", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "ContentfulMetadataFilter", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -8800,7 +10940,7 @@ "deprecationReason": null }, { - "name": "description", + "name": "makerworld_not_contains", "description": null, "type": { "kind": "SCALAR", @@ -8812,7 +10952,23 @@ "deprecationReason": null }, { - "name": "description_contains", + "name": "makerworld_not_in", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", "description": null, "type": { "kind": "SCALAR", @@ -8824,7 +10980,19 @@ "deprecationReason": null }, { - "name": "description_exists", + "name": "name_contains", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name_exists", "description": null, "type": { "kind": "SCALAR", @@ -8836,7 +11004,7 @@ "deprecationReason": null }, { - "name": "description_in", + "name": "name_in", "description": null, "type": { "kind": "LIST", @@ -8852,7 +11020,7 @@ "deprecationReason": null }, { - "name": "description_not", + "name": "name_not", "description": null, "type": { "kind": "SCALAR", @@ -8864,7 +11032,7 @@ "deprecationReason": null }, { - "name": "description_not_contains", + "name": "name_not_contains", "description": null, "type": { "kind": "SCALAR", @@ -8876,7 +11044,7 @@ "deprecationReason": null }, { - "name": "description_not_in", + "name": "name_not_in", "description": null, "type": { "kind": "LIST", @@ -8892,11 +11060,11 @@ "deprecationReason": null }, { - "name": "featuredProductImage_exists", + "name": "price", "description": null, "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -8904,11 +11072,11 @@ "deprecationReason": null }, { - "name": "internalName", + "name": "price_exists", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "defaultValue": null, @@ -8916,11 +11084,11 @@ "deprecationReason": null }, { - "name": "internalName_contains", + "name": "price_gt", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -8928,11 +11096,11 @@ "deprecationReason": null }, { - "name": "internalName_exists", + "name": "price_gte", "description": null, "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -8940,14 +11108,14 @@ "deprecationReason": null }, { - "name": "internalName_in", + "name": "price_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null } }, @@ -8956,11 +11124,11 @@ "deprecationReason": null }, { - "name": "internalName_not", + "name": "price_lt", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -8968,11 +11136,11 @@ "deprecationReason": null }, { - "name": "internalName_not_contains", + "name": "price_lte", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -8980,14 +11148,26 @@ "deprecationReason": null }, { - "name": "internalName_not_in", + "name": "price_not", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "price_not_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null } }, @@ -8996,7 +11176,7 @@ "deprecationReason": null }, { - "name": "name", + "name": "printables", "description": null, "type": { "kind": "SCALAR", @@ -9008,7 +11188,7 @@ "deprecationReason": null }, { - "name": "name_contains", + "name": "printables_contains", "description": null, "type": { "kind": "SCALAR", @@ -9020,7 +11200,7 @@ "deprecationReason": null }, { - "name": "name_exists", + "name": "printables_exists", "description": null, "type": { "kind": "SCALAR", @@ -9032,7 +11212,7 @@ "deprecationReason": null }, { - "name": "name_in", + "name": "printables_in", "description": null, "type": { "kind": "LIST", @@ -9048,7 +11228,7 @@ "deprecationReason": null }, { - "name": "name_not", + "name": "printables_not", "description": null, "type": { "kind": "SCALAR", @@ -9060,7 +11240,7 @@ "deprecationReason": null }, { - "name": "name_not_contains", + "name": "printables_not_contains", "description": null, "type": { "kind": "SCALAR", @@ -9072,7 +11252,7 @@ "deprecationReason": null }, { - "name": "name_not_in", + "name": "printables_not_in", "description": null, "type": { "kind": "LIST", @@ -9088,19 +11268,7 @@ "deprecationReason": null }, { - "name": "price", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "price_exists", + "name": "productImagesCollection_exists", "description": null, "type": { "kind": "SCALAR", @@ -9112,11 +11280,11 @@ "deprecationReason": null }, { - "name": "price_gt", + "name": "relatedProductsCollection_exists", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "Boolean", "ofType": null }, "defaultValue": null, @@ -9124,11 +11292,11 @@ "deprecationReason": null }, { - "name": "price_gte", + "name": "seoFields_exists", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "Boolean", "ofType": null }, "defaultValue": null, @@ -9136,27 +11304,11 @@ "deprecationReason": null }, { - "name": "price_in", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "price_lt", + "name": "slug", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -9164,11 +11316,11 @@ "deprecationReason": null }, { - "name": "price_lte", + "name": "slug_contains", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -9176,11 +11328,11 @@ "deprecationReason": null }, { - "name": "price_not", + "name": "slug_exists", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "Boolean", "ofType": null }, "defaultValue": null, @@ -9188,14 +11340,14 @@ "deprecationReason": null }, { - "name": "price_not_in", + "name": "slug_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null } }, @@ -9204,11 +11356,11 @@ "deprecationReason": null }, { - "name": "productImagesCollection_exists", + "name": "slug_not", "description": null, "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null, @@ -9216,11 +11368,11 @@ "deprecationReason": null }, { - "name": "relatedProductsCollection_exists", + "name": "slug_not_contains", "description": null, "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null, @@ -9228,11 +11380,27 @@ "deprecationReason": null }, { - "name": "seoFields_exists", + "name": "slug_not_in", "description": null, "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sys", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SysFilter", "ofType": null }, "defaultValue": null, @@ -9240,7 +11408,7 @@ "deprecationReason": null }, { - "name": "slug", + "name": "thangs", "description": null, "type": { "kind": "SCALAR", @@ -9252,7 +11420,7 @@ "deprecationReason": null }, { - "name": "slug_contains", + "name": "thangs_contains", "description": null, "type": { "kind": "SCALAR", @@ -9264,7 +11432,7 @@ "deprecationReason": null }, { - "name": "slug_exists", + "name": "thangs_exists", "description": null, "type": { "kind": "SCALAR", @@ -9276,7 +11444,7 @@ "deprecationReason": null }, { - "name": "slug_in", + "name": "thangs_in", "description": null, "type": { "kind": "LIST", @@ -9292,7 +11460,7 @@ "deprecationReason": null }, { - "name": "slug_not", + "name": "thangs_not", "description": null, "type": { "kind": "SCALAR", @@ -9304,7 +11472,7 @@ "deprecationReason": null }, { - "name": "slug_not_contains", + "name": "thangs_not_contains", "description": null, "type": { "kind": "SCALAR", @@ -9316,7 +11484,7 @@ "deprecationReason": null }, { - "name": "slug_not_in", + "name": "thangs_not_in", "description": null, "type": { "kind": "LIST", @@ -9330,18 +11498,6 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "sys", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SysFilter", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null } ], "interfaces": null, diff --git a/src/lib/__generated/sdk.ts b/src/lib/__generated/sdk.ts index 1e201de..10dc80d 100644 --- a/src/lib/__generated/sdk.ts +++ b/src/lib/__generated/sdk.ts @@ -230,7 +230,7 @@ export enum AssetOrder { WidthDesc = 'width_DESC' } -/** To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/componentSeo) */ +/** To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/componentSeo) */ export type ComponentSeo = Entry & { __typename?: 'ComponentSeo'; canonicalUrl?: Maybe; @@ -246,49 +246,49 @@ export type ComponentSeo = Entry & { }; -/** To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/componentSeo) */ +/** To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/componentSeo) */ export type ComponentSeoCanonicalUrlArgs = { locale?: InputMaybe; }; -/** To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/componentSeo) */ +/** To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/componentSeo) */ export type ComponentSeoInternalNameArgs = { locale?: InputMaybe; }; -/** To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/componentSeo) */ +/** To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/componentSeo) */ export type ComponentSeoLinkedFromArgs = { allowedLocales?: InputMaybe>>; }; -/** To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/componentSeo) */ +/** To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/componentSeo) */ export type ComponentSeoNofollowArgs = { locale?: InputMaybe; }; -/** To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/componentSeo) */ +/** To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/componentSeo) */ export type ComponentSeoNoindexArgs = { locale?: InputMaybe; }; -/** To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/componentSeo) */ +/** To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/componentSeo) */ export type ComponentSeoPageDescriptionArgs = { locale?: InputMaybe; }; -/** To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/componentSeo) */ +/** To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/componentSeo) */ export type ComponentSeoPageTitleArgs = { locale?: InputMaybe; }; -/** To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/componentSeo) */ +/** To have SEO-related properties in the pages we render [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/componentSeo) */ export type ComponentSeoShareImagesCollectionArgs = { limit?: InputMaybe; locale?: InputMaybe; @@ -365,6 +365,7 @@ export type ComponentSeoLinkingCollectionsEntryCollectionArgs = { export type ComponentSeoLinkingCollectionsPageLandingCollectionArgs = { limit?: InputMaybe; locale?: InputMaybe; + order?: InputMaybe>>; preview?: InputMaybe; skip?: InputMaybe; }; @@ -373,10 +374,57 @@ export type ComponentSeoLinkingCollectionsPageLandingCollectionArgs = { export type ComponentSeoLinkingCollectionsPageProductCollectionArgs = { limit?: InputMaybe; locale?: InputMaybe; + order?: InputMaybe>>; preview?: InputMaybe; skip?: InputMaybe; }; +export enum ComponentSeoLinkingCollectionsPageLandingCollectionOrder { + HeroBannerHeadlineColorAsc = 'heroBannerHeadlineColor_ASC', + HeroBannerHeadlineColorDesc = 'heroBannerHeadlineColor_DESC', + HeroBannerHeadlineAsc = 'heroBannerHeadline_ASC', + HeroBannerHeadlineDesc = 'heroBannerHeadline_DESC', + InternalNameAsc = 'internalName_ASC', + InternalNameDesc = 'internalName_DESC', + SysFirstPublishedAtAsc = 'sys_firstPublishedAt_ASC', + SysFirstPublishedAtDesc = 'sys_firstPublishedAt_DESC', + SysIdAsc = 'sys_id_ASC', + SysIdDesc = 'sys_id_DESC', + SysPublishedAtAsc = 'sys_publishedAt_ASC', + SysPublishedAtDesc = 'sys_publishedAt_DESC', + SysPublishedVersionAsc = 'sys_publishedVersion_ASC', + SysPublishedVersionDesc = 'sys_publishedVersion_DESC' +} + +export enum ComponentSeoLinkingCollectionsPageProductCollectionOrder { + CrealityAsc = 'creality_ASC', + CrealityDesc = 'creality_DESC', + CultsAsc = 'cults_ASC', + CultsDesc = 'cults_DESC', + InternalNameAsc = 'internalName_ASC', + InternalNameDesc = 'internalName_DESC', + MakerworldAsc = 'makerworld_ASC', + MakerworldDesc = 'makerworld_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + PriceAsc = 'price_ASC', + PriceDesc = 'price_DESC', + PrintablesAsc = 'printables_ASC', + PrintablesDesc = 'printables_DESC', + SlugAsc = 'slug_ASC', + SlugDesc = 'slug_DESC', + SysFirstPublishedAtAsc = 'sys_firstPublishedAt_ASC', + SysFirstPublishedAtDesc = 'sys_firstPublishedAt_DESC', + SysIdAsc = 'sys_id_ASC', + SysIdDesc = 'sys_id_DESC', + SysPublishedAtAsc = 'sys_publishedAt_ASC', + SysPublishedAtDesc = 'sys_publishedAt_DESC', + SysPublishedVersionAsc = 'sys_publishedVersion_ASC', + SysPublishedVersionDesc = 'sys_publishedVersion_DESC', + ThangsAsc = 'thangs_ASC', + ThangsDesc = 'thangs_DESC' +} + export enum ComponentSeoOrder { CanonicalUrlAsc = 'canonicalUrl_ASC', CanonicalUrlDesc = 'canonicalUrl_DESC', @@ -550,10 +598,11 @@ export type ImageTransformOptions = { width?: InputMaybe; }; -/** To have an entry point for the app [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageLanding) */ +/** To have an entry point for the app [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageLanding) */ export type PageLanding = Entry & { __typename?: 'PageLanding'; contentfulMetadata: ContentfulMetadata; + footer?: Maybe; heroBannerHeadline?: Maybe; heroBannerHeadlineColor?: Maybe; heroBannerImage?: Maybe; @@ -565,50 +614,60 @@ export type PageLanding = Entry & { }; -/** To have an entry point for the app [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageLanding) */ +/** To have an entry point for the app [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageLanding) */ +export type PageLandingFooterArgs = { + locale?: InputMaybe; + preview?: InputMaybe; +}; + + +/** To have an entry point for the app [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageLanding) */ export type PageLandingHeroBannerHeadlineArgs = { locale?: InputMaybe; }; -/** To have an entry point for the app [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageLanding) */ +/** To have an entry point for the app [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageLanding) */ export type PageLandingHeroBannerHeadlineColorArgs = { locale?: InputMaybe; }; -/** To have an entry point for the app [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageLanding) */ +/** To have an entry point for the app [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageLanding) */ export type PageLandingHeroBannerImageArgs = { locale?: InputMaybe; preview?: InputMaybe; }; -/** To have an entry point for the app [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageLanding) */ +/** To have an entry point for the app [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageLanding) */ export type PageLandingInternalNameArgs = { locale?: InputMaybe; }; -/** To have an entry point for the app [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageLanding) */ +/** To have an entry point for the app [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageLanding) */ export type PageLandingLinkedFromArgs = { allowedLocales?: InputMaybe>>; }; -/** To have an entry point for the app [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageLanding) */ +/** To have an entry point for the app [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageLanding) */ export type PageLandingProductsCollectionArgs = { limit?: InputMaybe; locale?: InputMaybe; + order?: InputMaybe>>; preview?: InputMaybe; skip?: InputMaybe; + where?: InputMaybe; }; -/** To have an entry point for the app [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageLanding) */ +/** To have an entry point for the app [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageLanding) */ export type PageLandingSeoFieldsArgs = { locale?: InputMaybe; preview?: InputMaybe; + where?: InputMaybe; }; export type PageLandingCollection = { @@ -623,6 +682,7 @@ export type PageLandingFilter = { AND?: InputMaybe>>; OR?: InputMaybe>>; contentfulMetadata?: InputMaybe; + footer_exists?: InputMaybe; heroBannerHeadline?: InputMaybe; heroBannerHeadlineColor?: InputMaybe; heroBannerHeadlineColor_contains?: InputMaybe; @@ -690,62 +750,120 @@ export type PageLandingProductsCollection = { total: Scalars['Int']; }; -/** To output data for a single product [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageProduct) */ +export enum PageLandingProductsCollectionOrder { + CrealityAsc = 'creality_ASC', + CrealityDesc = 'creality_DESC', + CultsAsc = 'cults_ASC', + CultsDesc = 'cults_DESC', + InternalNameAsc = 'internalName_ASC', + InternalNameDesc = 'internalName_DESC', + MakerworldAsc = 'makerworld_ASC', + MakerworldDesc = 'makerworld_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + PriceAsc = 'price_ASC', + PriceDesc = 'price_DESC', + PrintablesAsc = 'printables_ASC', + PrintablesDesc = 'printables_DESC', + SlugAsc = 'slug_ASC', + SlugDesc = 'slug_DESC', + SysFirstPublishedAtAsc = 'sys_firstPublishedAt_ASC', + SysFirstPublishedAtDesc = 'sys_firstPublishedAt_DESC', + SysIdAsc = 'sys_id_ASC', + SysIdDesc = 'sys_id_DESC', + SysPublishedAtAsc = 'sys_publishedAt_ASC', + SysPublishedAtDesc = 'sys_publishedAt_DESC', + SysPublishedVersionAsc = 'sys_publishedVersion_ASC', + SysPublishedVersionDesc = 'sys_publishedVersion_DESC', + ThangsAsc = 'thangs_ASC', + ThangsDesc = 'thangs_DESC' +} + +/** To output data for a single product [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageProduct) */ export type PageProduct = Entry & { __typename?: 'PageProduct'; contentfulMetadata: ContentfulMetadata; + creality?: Maybe; + cults?: Maybe; description?: Maybe; featuredProductImage?: Maybe; internalName?: Maybe; linkedFrom?: Maybe; + makerworld?: Maybe; name?: Maybe; price?: Maybe; + printables?: Maybe; productImagesCollection?: Maybe; relatedProductsCollection?: Maybe; seoFields?: Maybe; slug?: Maybe; sys: Sys; + thangs?: Maybe; }; -/** To output data for a single product [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageProduct) */ +/** To output data for a single product [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageProduct) */ +export type PageProductCrealityArgs = { + locale?: InputMaybe; +}; + + +/** To output data for a single product [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageProduct) */ +export type PageProductCultsArgs = { + locale?: InputMaybe; +}; + + +/** To output data for a single product [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageProduct) */ export type PageProductDescriptionArgs = { locale?: InputMaybe; }; -/** To output data for a single product [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageProduct) */ +/** To output data for a single product [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageProduct) */ export type PageProductFeaturedProductImageArgs = { locale?: InputMaybe; preview?: InputMaybe; }; -/** To output data for a single product [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageProduct) */ +/** To output data for a single product [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageProduct) */ export type PageProductInternalNameArgs = { locale?: InputMaybe; }; -/** To output data for a single product [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageProduct) */ +/** To output data for a single product [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageProduct) */ export type PageProductLinkedFromArgs = { allowedLocales?: InputMaybe>>; }; -/** To output data for a single product [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageProduct) */ +/** To output data for a single product [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageProduct) */ +export type PageProductMakerworldArgs = { + locale?: InputMaybe; +}; + + +/** To output data for a single product [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageProduct) */ export type PageProductNameArgs = { locale?: InputMaybe; }; -/** To output data for a single product [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageProduct) */ +/** To output data for a single product [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageProduct) */ export type PageProductPriceArgs = { locale?: InputMaybe; }; -/** To output data for a single product [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageProduct) */ +/** To output data for a single product [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageProduct) */ +export type PageProductPrintablesArgs = { + locale?: InputMaybe; +}; + + +/** To output data for a single product [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageProduct) */ export type PageProductProductImagesCollectionArgs = { limit?: InputMaybe; locale?: InputMaybe; @@ -754,27 +872,36 @@ export type PageProductProductImagesCollectionArgs = { }; -/** To output data for a single product [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageProduct) */ +/** To output data for a single product [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageProduct) */ export type PageProductRelatedProductsCollectionArgs = { limit?: InputMaybe; locale?: InputMaybe; + order?: InputMaybe>>; preview?: InputMaybe; skip?: InputMaybe; + where?: InputMaybe; }; -/** To output data for a single product [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageProduct) */ +/** To output data for a single product [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageProduct) */ export type PageProductSeoFieldsArgs = { locale?: InputMaybe; preview?: InputMaybe; + where?: InputMaybe; }; -/** To output data for a single product [See type definition](https://app.contentful.com/spaces/a67phq2m6waq/content_types/pageProduct) */ +/** To output data for a single product [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageProduct) */ export type PageProductSlugArgs = { locale?: InputMaybe; }; + +/** To output data for a single product [See type definition](https://app.contentful.com/spaces/z30eeowtrbqp/content_types/pageProduct) */ +export type PageProductThangsArgs = { + locale?: InputMaybe; +}; + export type PageProductCollection = { __typename?: 'PageProductCollection'; items: Array>; @@ -787,6 +914,20 @@ export type PageProductFilter = { AND?: InputMaybe>>; OR?: InputMaybe>>; contentfulMetadata?: InputMaybe; + creality?: InputMaybe; + creality_contains?: InputMaybe; + creality_exists?: InputMaybe; + creality_in?: InputMaybe>>; + creality_not?: InputMaybe; + creality_not_contains?: InputMaybe; + creality_not_in?: InputMaybe>>; + cults?: InputMaybe; + cults_contains?: InputMaybe; + cults_exists?: InputMaybe; + cults_in?: InputMaybe>>; + cults_not?: InputMaybe; + cults_not_contains?: InputMaybe; + cults_not_in?: InputMaybe>>; description?: InputMaybe; description_contains?: InputMaybe; description_exists?: InputMaybe; @@ -802,6 +943,13 @@ export type PageProductFilter = { internalName_not?: InputMaybe; internalName_not_contains?: InputMaybe; internalName_not_in?: InputMaybe>>; + makerworld?: InputMaybe; + makerworld_contains?: InputMaybe; + makerworld_exists?: InputMaybe; + makerworld_in?: InputMaybe>>; + makerworld_not?: InputMaybe; + makerworld_not_contains?: InputMaybe; + makerworld_not_in?: InputMaybe>>; name?: InputMaybe; name_contains?: InputMaybe; name_exists?: InputMaybe; @@ -818,6 +966,13 @@ export type PageProductFilter = { price_lte?: InputMaybe; price_not?: InputMaybe; price_not_in?: InputMaybe>>; + printables?: InputMaybe; + printables_contains?: InputMaybe; + printables_exists?: InputMaybe; + printables_in?: InputMaybe>>; + printables_not?: InputMaybe; + printables_not_contains?: InputMaybe; + printables_not_in?: InputMaybe>>; productImagesCollection_exists?: InputMaybe; relatedProducts?: InputMaybe; relatedProductsCollection_exists?: InputMaybe; @@ -831,6 +986,13 @@ export type PageProductFilter = { slug_not_contains?: InputMaybe; slug_not_in?: InputMaybe>>; sys?: InputMaybe; + thangs?: InputMaybe; + thangs_contains?: InputMaybe; + thangs_exists?: InputMaybe; + thangs_in?: InputMaybe>>; + thangs_not?: InputMaybe; + thangs_not_contains?: InputMaybe; + thangs_not_in?: InputMaybe>>; }; export type PageProductLinkingCollections = { @@ -852,6 +1014,7 @@ export type PageProductLinkingCollectionsEntryCollectionArgs = { export type PageProductLinkingCollectionsPageLandingCollectionArgs = { limit?: InputMaybe; locale?: InputMaybe; + order?: InputMaybe>>; preview?: InputMaybe; skip?: InputMaybe; }; @@ -860,17 +1023,72 @@ export type PageProductLinkingCollectionsPageLandingCollectionArgs = { export type PageProductLinkingCollectionsPageProductCollectionArgs = { limit?: InputMaybe; locale?: InputMaybe; + order?: InputMaybe>>; preview?: InputMaybe; skip?: InputMaybe; }; +export enum PageProductLinkingCollectionsPageLandingCollectionOrder { + HeroBannerHeadlineColorAsc = 'heroBannerHeadlineColor_ASC', + HeroBannerHeadlineColorDesc = 'heroBannerHeadlineColor_DESC', + HeroBannerHeadlineAsc = 'heroBannerHeadline_ASC', + HeroBannerHeadlineDesc = 'heroBannerHeadline_DESC', + InternalNameAsc = 'internalName_ASC', + InternalNameDesc = 'internalName_DESC', + SysFirstPublishedAtAsc = 'sys_firstPublishedAt_ASC', + SysFirstPublishedAtDesc = 'sys_firstPublishedAt_DESC', + SysIdAsc = 'sys_id_ASC', + SysIdDesc = 'sys_id_DESC', + SysPublishedAtAsc = 'sys_publishedAt_ASC', + SysPublishedAtDesc = 'sys_publishedAt_DESC', + SysPublishedVersionAsc = 'sys_publishedVersion_ASC', + SysPublishedVersionDesc = 'sys_publishedVersion_DESC' +} + +export enum PageProductLinkingCollectionsPageProductCollectionOrder { + CrealityAsc = 'creality_ASC', + CrealityDesc = 'creality_DESC', + CultsAsc = 'cults_ASC', + CultsDesc = 'cults_DESC', + InternalNameAsc = 'internalName_ASC', + InternalNameDesc = 'internalName_DESC', + MakerworldAsc = 'makerworld_ASC', + MakerworldDesc = 'makerworld_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + PriceAsc = 'price_ASC', + PriceDesc = 'price_DESC', + PrintablesAsc = 'printables_ASC', + PrintablesDesc = 'printables_DESC', + SlugAsc = 'slug_ASC', + SlugDesc = 'slug_DESC', + SysFirstPublishedAtAsc = 'sys_firstPublishedAt_ASC', + SysFirstPublishedAtDesc = 'sys_firstPublishedAt_DESC', + SysIdAsc = 'sys_id_ASC', + SysIdDesc = 'sys_id_DESC', + SysPublishedAtAsc = 'sys_publishedAt_ASC', + SysPublishedAtDesc = 'sys_publishedAt_DESC', + SysPublishedVersionAsc = 'sys_publishedVersion_ASC', + SysPublishedVersionDesc = 'sys_publishedVersion_DESC', + ThangsAsc = 'thangs_ASC', + ThangsDesc = 'thangs_DESC' +} + export enum PageProductOrder { + CrealityAsc = 'creality_ASC', + CrealityDesc = 'creality_DESC', + CultsAsc = 'cults_ASC', + CultsDesc = 'cults_DESC', InternalNameAsc = 'internalName_ASC', InternalNameDesc = 'internalName_DESC', + MakerworldAsc = 'makerworld_ASC', + MakerworldDesc = 'makerworld_DESC', NameAsc = 'name_ASC', NameDesc = 'name_DESC', PriceAsc = 'price_ASC', PriceDesc = 'price_DESC', + PrintablesAsc = 'printables_ASC', + PrintablesDesc = 'printables_DESC', SlugAsc = 'slug_ASC', SlugDesc = 'slug_DESC', SysFirstPublishedAtAsc = 'sys_firstPublishedAt_ASC', @@ -880,7 +1098,9 @@ export enum PageProductOrder { SysPublishedAtAsc = 'sys_publishedAt_ASC', SysPublishedAtDesc = 'sys_publishedAt_DESC', SysPublishedVersionAsc = 'sys_publishedVersion_ASC', - SysPublishedVersionDesc = 'sys_publishedVersion_DESC' + SysPublishedVersionDesc = 'sys_publishedVersion_DESC', + ThangsAsc = 'thangs_ASC', + ThangsDesc = 'thangs_DESC' } export type PageProductRelatedProductsCollection = { @@ -891,6 +1111,35 @@ export type PageProductRelatedProductsCollection = { total: Scalars['Int']; }; +export enum PageProductRelatedProductsCollectionOrder { + CrealityAsc = 'creality_ASC', + CrealityDesc = 'creality_DESC', + CultsAsc = 'cults_ASC', + CultsDesc = 'cults_DESC', + InternalNameAsc = 'internalName_ASC', + InternalNameDesc = 'internalName_DESC', + MakerworldAsc = 'makerworld_ASC', + MakerworldDesc = 'makerworld_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + PriceAsc = 'price_ASC', + PriceDesc = 'price_DESC', + PrintablesAsc = 'printables_ASC', + PrintablesDesc = 'printables_DESC', + SlugAsc = 'slug_ASC', + SlugDesc = 'slug_DESC', + SysFirstPublishedAtAsc = 'sys_firstPublishedAt_ASC', + SysFirstPublishedAtDesc = 'sys_firstPublishedAt_DESC', + SysIdAsc = 'sys_id_ASC', + SysIdDesc = 'sys_id_DESC', + SysPublishedAtAsc = 'sys_publishedAt_ASC', + SysPublishedAtDesc = 'sys_publishedAt_DESC', + SysPublishedVersionAsc = 'sys_publishedVersion_ASC', + SysPublishedVersionDesc = 'sys_publishedVersion_DESC', + ThangsAsc = 'thangs_ASC', + ThangsDesc = 'thangs_DESC' +} + export type Query = { __typename?: 'Query'; asset?: Maybe; @@ -1075,6 +1324,20 @@ export type CfPageProductNestedFilter = { AND?: InputMaybe>>; OR?: InputMaybe>>; contentfulMetadata?: InputMaybe; + creality?: InputMaybe; + creality_contains?: InputMaybe; + creality_exists?: InputMaybe; + creality_in?: InputMaybe>>; + creality_not?: InputMaybe; + creality_not_contains?: InputMaybe; + creality_not_in?: InputMaybe>>; + cults?: InputMaybe; + cults_contains?: InputMaybe; + cults_exists?: InputMaybe; + cults_in?: InputMaybe>>; + cults_not?: InputMaybe; + cults_not_contains?: InputMaybe; + cults_not_in?: InputMaybe>>; description?: InputMaybe; description_contains?: InputMaybe; description_exists?: InputMaybe; @@ -1090,6 +1353,13 @@ export type CfPageProductNestedFilter = { internalName_not?: InputMaybe; internalName_not_contains?: InputMaybe; internalName_not_in?: InputMaybe>>; + makerworld?: InputMaybe; + makerworld_contains?: InputMaybe; + makerworld_exists?: InputMaybe; + makerworld_in?: InputMaybe>>; + makerworld_not?: InputMaybe; + makerworld_not_contains?: InputMaybe; + makerworld_not_in?: InputMaybe>>; name?: InputMaybe; name_contains?: InputMaybe; name_exists?: InputMaybe; @@ -1106,6 +1376,13 @@ export type CfPageProductNestedFilter = { price_lte?: InputMaybe; price_not?: InputMaybe; price_not_in?: InputMaybe>>; + printables?: InputMaybe; + printables_contains?: InputMaybe; + printables_exists?: InputMaybe; + printables_in?: InputMaybe>>; + printables_not?: InputMaybe; + printables_not_contains?: InputMaybe; + printables_not_in?: InputMaybe>>; productImagesCollection_exists?: InputMaybe; relatedProductsCollection_exists?: InputMaybe; seoFields_exists?: InputMaybe; @@ -1117,6 +1394,13 @@ export type CfPageProductNestedFilter = { slug_not_contains?: InputMaybe; slug_not_in?: InputMaybe>>; sys?: InputMaybe; + thangs?: InputMaybe; + thangs_contains?: InputMaybe; + thangs_exists?: InputMaybe; + thangs_in?: InputMaybe>>; + thangs_not?: InputMaybe; + thangs_not_contains?: InputMaybe; + thangs_not_in?: InputMaybe>>; }; export type ImageFieldsFragment = { __typename: 'Asset', title?: string | null, description?: string | null, width?: number | null, height?: number | null, url?: string | null, contentType?: string | null, sys: { __typename?: 'Sys', id: string } };