Sfoglia il codice sorgente

fix(core): Expose the `topLevelOnly` collections option in Shop API

Michael Bromley 2 anni fa
parent
commit
ed28743fb3
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      packages/core/src/api/schema/shop-api/shop.api.graphql

+ 3 - 1
packages/core/src/api/schema/shop-api/shop.api.graphql

@@ -181,7 +181,9 @@ input PaymentInput {
 }
 
 # generated by generateListOptions function
-input CollectionListOptions
+input CollectionListOptions {
+    topLevelOnly: Boolean
+}
 
 # generated by generateListOptions function
 input FacetListOptions