diff --git a/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls b/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls index 16f3459e57..408cd6cb89 100644 --- a/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls +++ b/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls @@ -317,7 +317,6 @@ input AddProductSelectionProduct { variantSelection: ProductVariantSelectionDraft } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input AddProductTailoringAsset { variantId: Int sku: String @@ -326,7 +325,6 @@ input AddProductTailoringAsset { asset: AssetDraftInput! } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input AddProductTailoringExternalImage { variantId: Int sku: String @@ -350,7 +348,6 @@ input AddProductVariant { staged: Boolean = true } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input AddProductVariantTailoring { id: Int sku: String @@ -2587,7 +2584,6 @@ input ChangeProductSlug { staged: Boolean = true } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input ChangeProductTailoringAssetName { variantId: Int sku: String @@ -2597,7 +2593,6 @@ input ChangeProductTailoringAssetName { assetId: String } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input ChangeProductTailoringAssetOrder { variantId: Int sku: String @@ -4532,8 +4527,6 @@ interface HasProductTailoringData { "List of languages the client is able to understand, and which locale variant is preferred." acceptLanguage: [Locale!]): String metaKeywordsAllLocales: [LocalizedString!] - - "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" variants: [ProductVariantTailoring!]! } @@ -5484,7 +5477,6 @@ input MoveProductImageToPosition { staged: Boolean } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input MoveProductTailoringImageToPosition { variantId: Int sku: String @@ -8453,8 +8445,6 @@ type ProductTailoringCreated implements MessagePayload & HasProductTailoringData "List of languages the client is able to understand, and which locale variant is preferred." acceptLanguage: [Locale!]): String metaKeywordsAllLocales: [LocalizedString!] - - "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" variants: [ProductVariantTailoring!]! } @@ -8501,8 +8491,6 @@ type ProductTailoringData implements HasProductTailoringData { "List of languages the client is able to understand, and which locale variant is preferred." acceptLanguage: [Locale!]): String metaKeywordsAllLocales: [LocalizedString!] - - "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" variants: [ProductVariantTailoring!]! } @@ -8534,7 +8522,19 @@ type ProductTailoringDescriptionSet implements MessagePayload { type: String! } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" +input ProductTailoringDraft { + product: ResourceIdentifierInput! + name: [LocalizedStringItemInputType!] + key: String + description: [LocalizedStringItemInputType!] + slug: [LocalizedStringItemInputType!] + metaTitle: [LocalizedStringItemInputType!] + metaDescription: [LocalizedStringItemInputType!] + metaKeywords: [LocalizedStringItemInputType!] + publish: Boolean + variants: [ProductVariantTailoringInput!] = [] +} + type ProductTailoringImageAdded implements MessagePayload { variantId: Int! storeRef: KeyReference! @@ -8544,7 +8544,6 @@ type ProductTailoringImageAdded implements MessagePayload { type: String! } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" type ProductTailoringImagesSet implements MessagePayload { variantId: Int! storeRef: KeyReference! @@ -8555,21 +8554,6 @@ type ProductTailoringImagesSet implements MessagePayload { type: String! } -input ProductTailoringDraft { - product: ResourceIdentifierInput! - name: [LocalizedStringItemInputType!] - key: String - description: [LocalizedStringItemInputType!] - slug: [LocalizedStringItemInputType!] - metaTitle: [LocalizedStringItemInputType!] - metaDescription: [LocalizedStringItemInputType!] - metaKeywords: [LocalizedStringItemInputType!] - publish: Boolean - - "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" - variants: [ProductVariantTailoringInput!] = [] -} - type ProductTailoringNameSet implements MessagePayload { storeRef: KeyReference! productRef: Reference! @@ -8871,6 +8855,7 @@ type ProductVariantAvailabilityWithChannels { type ProductVariantDeleted implements MessagePayload { removedImageUrls: Set! variant: ProductVariant + staged: Boolean type: String! } @@ -8919,38 +8904,34 @@ type ProductVariantSelectionIncludeOnly implements ProductVariantSelection { skus: [String!]! } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" type ProductVariantTailoring { id: Int! images: [Image!]! assets: [Asset!]! } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" type ProductVariantTailoringAdded implements MessagePayload { variantId: Int! - variant: VariantTailoring! storeRef: KeyReference! productRef: Reference! productKey: String + variant: VariantTailoring! type: String! } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input ProductVariantTailoringInput { id: Int sku: String - images: [ImageInput!]! = [] + images: [ImageInput!] = [] assets: [AssetDraftInput!] = [] } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" type ProductVariantTailoringRemoved implements MessagePayload { variantId: Int! - variant: VariantTailoring! storeRef: KeyReference! productRef: Reference! productKey: String + variant: VariantTailoring! type: String! } @@ -9926,7 +9907,6 @@ input RemoveProductSelectionProduct { product: ResourceIdentifierInput! } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input RemoveProductTailoringAsset { variantId: Int sku: String @@ -9935,7 +9915,6 @@ input RemoveProductTailoringAsset { assetId: String } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input RemoveProductTailoringImage { variantId: Int sku: String @@ -9949,7 +9928,6 @@ input RemoveProductVariant { staged: Boolean = true } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input RemoveProductVariantTailoring { id: Int sku: String @@ -11824,7 +11802,6 @@ input SetProductSku { staged: Boolean = true } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input SetProductTailoringAssetCustomField { variantId: Int sku: String @@ -11835,7 +11812,6 @@ input SetProductTailoringAssetCustomField { assetId: String } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input SetProductTailoringAssetCustomType { variantId: Int sku: String @@ -11848,7 +11824,6 @@ input SetProductTailoringAssetCustomType { assetId: String } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input SetProductTailoringAssetDescription { variantId: Int sku: String @@ -11858,7 +11833,6 @@ input SetProductTailoringAssetDescription { assetId: String } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input SetProductTailoringAssetKey { variantId: Int sku: String @@ -11867,7 +11841,6 @@ input SetProductTailoringAssetKey { assetId: String! } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input SetProductTailoringAssetSources { variantId: Int sku: String @@ -11877,7 +11850,6 @@ input SetProductTailoringAssetSources { assetId: String } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input SetProductTailoringAssetTags { variantId: Int sku: String @@ -11892,7 +11864,6 @@ input SetProductTailoringDescription { staged: Boolean = true } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input SetProductTailoringImageLabel { variantId: Int sku: String @@ -11901,7 +11872,6 @@ input SetProductTailoringImageLabel { staged: Boolean = true } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input SetProductTailoringImages { variantId: Int sku: String @@ -14700,7 +14670,6 @@ input ValueFilterInput { values: [String!]! } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" type VariantTailoring { images: [Image!]! assets: [Asset!]! diff --git a/reference.txt b/reference.txt new file mode 100644 index 0000000000..2b6e86758a --- /dev/null +++ b/reference.txt @@ -0,0 +1 @@ +6a9157bbef7e40e8462e0de3c739af3b23569661 diff --git a/references.txt b/references.txt index c55974f099..0cfc1e958b 100644 --- a/references.txt +++ b/references.txt @@ -299,3 +299,4 @@ ab4dd4a6e46c77f13c03d43fe3628f37509c95b4 9fb04dae472dbd5e7e4749ba34c1bb12161336bb 83b81d8842fe000b486145eebd80ad6c3dd0b4ae 7fa01c3fa58cb65ecfaeeac01d0584541a8d26e5 +dc09dbc8bb089b789be7b711ebeb272f820ed184