File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
commercetools/commercetools-graphql-api/src/main/resources/graphql Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -3528,6 +3528,9 @@ type CustomObject implements Versioned & ReferenceExpandable {
35283528 container : String !
35293529 key : String !
35303530 value : Json !
3531+
3532+ "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
3533+ referencedResources (expand : [String ! ]): [ReferencedResource ! ]
35313534 id : String !
35323535 version : Long !
35333536 createdAt : DateTime !
@@ -10970,6 +10973,12 @@ input ReferenceTypeDefinitionDraft {
1097010973 referenceTypeId : String !
1097110974}
1097210975
10976+ "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
10977+ type ReferencedResource {
10978+ path : String !
10979+ objs : [ReferenceExpandable ! ]
10980+ }
10981+
1097310982type RefreshTokenLimitWithCurrent implements LimitWithCurrent {
1097410983 limit : Long
1097510984 current : Long !
Original file line number Diff line number Diff line change @@ -438,3 +438,4 @@ c12d33dda145602c607dcf1bb77f503f4508a1ee
4384388b9d02ee9079c8b16ccf84262b33437596c08aa1
439439998e6d8a204bc1a4d6b269583134605798eaef41
4404404f44e52ef2a04385fb8da09182511dd63ff5ee37
441+ 5c92f154265d21fff776730b17f7c6f27cbfdcb7
You can’t perform that action at this time.
0 commit comments