File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
commercetools/commercetools-graphql-api/src/main/resources/graphql Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -7616,6 +7616,17 @@ type RangeFacetResult implements FacetResult {
76167616 type : String !
76177617}
76187618
7619+ type RawAttribute {
7620+ name : String !
7621+ value : Json !
7622+ """
7623+ BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
7624+ """
7625+ attributesRaw : [RawAttribute ! ]
7626+ referencedResource : ReferenceExpandable
7627+ referencedResourceSet : [ReferenceExpandable ! ]!
7628+ }
7629+
76197630type RawCustomField {
76207631 name : String !
76217632 value : Json !
@@ -7624,13 +7635,13 @@ type RawCustomField {
76247635}
76257636
76267637type RawProductAttribute {
7638+ attributeDefinition : AttributeDefinition
76277639 name : String !
76287640 value : Json !
76297641 """
76307642 BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
76317643 """
76327644 attributesRaw : [RawProductAttribute ! ]
7633- attributeDefinition : AttributeDefinition
76347645 referencedResource : ReferenceExpandable
76357646 referencedResourceSet : [ReferenceExpandable ! ]!
76367647}
@@ -9596,7 +9607,7 @@ type VariantCreated implements MessagePayload {
95969607 publish : Boolean !
95979608 images : [Image ! ]!
95989609 assets : [Asset ! ]!
9599- attributesRaw : [RawProductAttribute ! ]!
9610+ attributesRaw : [RawAttribute ! ]!
96009611 type : String !
96019612}
96029613
Original file line number Diff line number Diff line change @@ -540,3 +540,4 @@ d71139f421f6ec0343438bef335b6826feaa86e7
5405404880d2d5a0865d3d80661dbedabf8a400d35e04c
5415411c132d4f4baa5b0c2972dfa0340a2ed5d5e781e8
5425423e6cfb24430941ef2d20ea00aeee3b1b102a2ed0
543+ d881c2aded2a23820808d785f150b153e09abe79
You can’t perform that action at this time.
0 commit comments