GraphQL

Apollo Server query GraphQL from ElasticSearch

This is a simple Apollo Server to get started using GraphQL, querying data from ElasticSearch.

Donald Le
1 min readSep 15, 2020
Photo by NASA on Unsplash

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.

Query data example

Hope it helps.

~~~PEACE~~~

--

--

Donald Le

A passionate automation engineer who strongly believes in “A man can do anything he wants if he puts in the work”.