Browse Source

docs(elasticsearch-plugin): Added missing inStock field for SearchInput (#3272)

Viktor 1 year ago
parent
commit
9bb155bb55
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/elasticsearch-plugin/src/plugin.ts

+ 1 - 0
packages/elasticsearch-plugin/src/plugin.ts

@@ -119,6 +119,7 @@ function getCustomResolvers(options: ElasticsearchRuntimeOptions) {
  * extend input SearchInput {
  * extend input SearchInput {
  *     priceRange: PriceRangeInput
  *     priceRange: PriceRangeInput
  *     priceRangeWithTax: PriceRangeInput
  *     priceRangeWithTax: PriceRangeInput
+ *     inStock: Boolean
  * }
  * }
  *
  *
  * input PriceRangeInput {
  * input PriceRangeInput {