GraphQL
Apollo Server query GraphQL from ElasticSearch
This is a simple Apollo Server to get started using GraphQL, querying data from ElasticSearch.
For getting started with ElasticSearch, please follow the previous guideline from here.
TL;DR → please get the source code from github.
Now we will start to implement a simple server with Apollo.
server.graphql.js
server.elasticsearch.js
server.js
Run the server with node
node server/server.js
Then we can get the data from GraphiQL infterface.
Hope it helps.
~~~PEACE~~~