Skip to content

Commit 876cd40

Browse files
committed
build(codegen): updating SDK
1 parent 2237939 commit 876cd40

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
76197630
type RawCustomField {
76207631
name: String!
76217632
value: Json!
@@ -7624,13 +7635,13 @@ type RawCustomField {
76247635
}
76257636

76267637
type 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

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,3 +540,4 @@ d71139f421f6ec0343438bef335b6826feaa86e7
540540
4880d2d5a0865d3d80661dbedabf8a400d35e04c
541541
1c132d4f4baa5b0c2972dfa0340a2ed5d5e781e8
542542
3e6cfb24430941ef2d20ea00aeee3b1b102a2ed0
543+
d881c2aded2a23820808d785f150b153e09abe79

0 commit comments

Comments
 (0)