Skip to content

Commit

Permalink
docs(elasticsearch-plugin): Added missing inStock field for SearchInp…
Browse files Browse the repository at this point in the history
…ut (#3272)
  • Loading branch information
Winne4r authored Jan 9, 2025
1 parent 779ebd2 commit 9bb155b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/elasticsearch-plugin/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ function getCustomResolvers(options: ElasticsearchRuntimeOptions) {
* extend input SearchInput {
* priceRange: PriceRangeInput
* priceRangeWithTax: PriceRangeInput
* inStock: Boolean
* }
*
* input PriceRangeInput {
Expand Down

0 comments on commit 9bb155b

Please sign in to comment.