Skip to content

Commit

Permalink
FIX: elasticsearch-plugin: missing inStock field in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Winne4r committed Jan 5, 2025
1 parent 81243f7 commit dade10f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ type PriceRangeBucket {
extend input SearchInput {
priceRange: PriceRangeInput
priceRangeWithTax: PriceRangeInput
inStock: Boolean
}

input PriceRangeInput {
Expand Down
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 dade10f

Please sign in to comment.