Skip to content

Commit

Permalink
fix(core): Expose the topLevelOnly collections option in Shop API
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Jun 12, 2023
1 parent 39eaaaf commit ed28743
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/src/api/schema/shop-api/shop.api.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ input PaymentInput {
}

# generated by generateListOptions function
input CollectionListOptions
input CollectionListOptions {
topLevelOnly: Boolean
}

# generated by generateListOptions function
input FacetListOptions
Expand Down

0 comments on commit ed28743

Please sign in to comment.