Ver Fonte

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

Viktor há 1 ano atrás
pai
commit
9bb155bb55
1 ficheiros alterados com 1 adições e 0 exclusões
  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 {
  *     priceRange: PriceRangeInput
  *     priceRangeWithTax: PriceRangeInput
+ *     inStock: Boolean
  * }
  *
  * input PriceRangeInput {