We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af825d commit c47b5edCopy full SHA for c47b5ed
api-specs/graphql/schema.sdl
@@ -10690,6 +10690,9 @@ type RawCustomField {
10690
type RawProductAttribute {
10691
name: String!
10692
value: Json!
10693
+
10694
+ "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
10695
+ attributesRaw: [RawProductAttribute!]
10696
attributeDefinition: AttributeDefinition
10697
referencedResource: ReferenceExpandable
10698
referencedResourceSet: [ReferenceExpandable!]!
0 commit comments