Skip to content

Tags: graphql-compose/graphql-compose-elasticsearch

Tags

v5.2.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Update Aggs.ts - don't convert strings to objects (#146)

v5.2.2

fix: allow graphql-compose v8 & v9 in peer dependencies

closes #144

v5.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build: fix ts error on build

v5.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: update search.ts to support @elastic/elasticsearch for aggregat…

…ions, took, timed_out (#141)

* Update search.ts to support @elastic/elasticsearch

@elastic/elasticsearch client returns the aggregations inside res.body,

* Update Search.ts - fix for took, timed_out

v5.1.0

chore: fix lint errors

v5.0.1

chore: update dependencies

v5.0.0

refactor: migrate codebase from Flow to Typescript

BREAKING CHANGE: remove mjs build, Flow definitions

v4.0.10

build(deps): bump node-fetch from 2.6.0 to 2.6.1

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](node-fetch/node-fetch@v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

v4.0.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: allow for alias index name to return mapping (#93)

* 92: Allow for alias index name to return mapping

* remove redundant comment

Co-authored-by: Pablo Damnhorns <pavel.chertorogov@gmail.com>

v4.0.8

fix: update graphql-compose version 7.12.0 & update dependencies