Skip to content

Commit d881c2a

Browse files
Updated GraphQL schema
1 parent 3e6cfb2 commit d881c2a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

api-specs/graphql/schema.sdl

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

0 commit comments

Comments
 (0)