diff --git a/commercetools.Sdk/commercetools.Sdk.GraphQL.Api/schema.graphqls b/commercetools.Sdk/commercetools.Sdk.GraphQL.Api/schema.graphqls index b2d4880bd45..d02e768677d 100644 --- a/commercetools.Sdk/commercetools.Sdk.GraphQL.Api/schema.graphqls +++ b/commercetools.Sdk/commercetools.Sdk.GraphQL.Api/schema.graphqls @@ -8711,8 +8711,8 @@ type ProductTailoringImagesSet implements MessagePayload { storeRef: KeyReference! productRef: Reference! productKey: String - oldImages: [Image!]! - images: [Image!]! + oldImages: [Image!] + images: [Image!] type: String! } @@ -9070,8 +9070,8 @@ type ProductVariantSelectionIncludeOnly implements ProductVariantSelection { type ProductVariantTailoring { id: Int! - images: [Image!]! - assets: [Asset!]! + images: [Image!] + assets: [Asset!] attributesRaw: [RawProductAttribute!]! } @@ -12076,7 +12076,7 @@ input SetProductTailoringImageLabel { input SetProductTailoringImages { variantId: Int sku: String - images: [ImageInput!]! + images: [ImageInput!] staged: Boolean = true } @@ -14893,8 +14893,8 @@ input ValueFilterInput { } type VariantTailoring { - images: [Image!]! - assets: [Asset!]! + images: [Image!] + assets: [Asset!] } "Versioned object have an ID and version and modification. Every update of this object changes it's version." diff --git a/references.txt b/references.txt index 94a8c5e7a04..698bfa0f21c 100644 --- a/references.txt +++ b/references.txt @@ -305,3 +305,4 @@ df53588d26d7953dfdf44166866ca03045f0a70b d042ef009240bb55e9b5b18003aba682ec9baa98 7d500b75265e9fdc6c5a47acb4e1df29523f707c e3d5bc9cb69146c5d1dd755ed5e8cf2f54566b3a +2cad0e3daf32cb4eacc6b08feef37acb27065b0b