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 9b74912ba87..f51419526e1 100644 --- a/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls +++ b/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls @@ -3528,6 +3528,9 @@ type CustomObject implements Versioned & ReferenceExpandable { container: String! key: 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" + referencedResources(expand: [String!]): [ReferencedResource!] id: String! version: Long! createdAt: DateTime! @@ -10970,6 +10973,12 @@ input ReferenceTypeDefinitionDraft { referenceTypeId: String! } +"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" +type ReferencedResource { + path: String! + objs: [ReferenceExpandable!] +} + type RefreshTokenLimitWithCurrent implements LimitWithCurrent { limit: Long current: Long! diff --git a/references.txt b/references.txt index 8ac59929384..e0ffb676d9d 100644 --- a/references.txt +++ b/references.txt @@ -438,3 +438,4 @@ c12d33dda145602c607dcf1bb77f503f4508a1ee 8b9d02ee9079c8b16ccf84262b33437596c08aa1 998e6d8a204bc1a4d6b269583134605798eaef41 4f44e52ef2a04385fb8da09182511dd63ff5ee37 +5c92f154265d21fff776730b17f7c6f27cbfdcb7