diff --git a/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls b/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls index c6b3413aa89..8160c1b89d5 100644 --- a/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls +++ b/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls @@ -10690,6 +10690,9 @@ type RawCustomField { type RawProductAttribute { name: String! value: Json! + + "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" + attributesRaw: [RawProductAttribute!] attributeDefinition: AttributeDefinition referencedResource: ReferenceExpandable referencedResourceSet: [ReferenceExpandable!]! diff --git a/references.txt b/references.txt index a29dcc2b50a..6bd0a762287 100644 --- a/references.txt +++ b/references.txt @@ -444,3 +444,4 @@ cd07396232802b1c29238fb92214946462f19e5d 53775bb9cfdee1169d81256fcf9b33ce5718b6e5 0e52ed3672e48fed855eed94497de9b16e7a50fa e4973c1b97c71699c2945d476161cd47eded2e6d +c47b5eda641591a8ffe2eb071826f157e2150771