Simple GraphQL implementation of periodic table based on JS reference implementation for GraphQL as well as Tutorial - graphql-node.
Please install required modules:
npm install
Please run the script:
npm run dev
GraphQL server should be started Server ready at http://localhost:8000/graphql and GQL Workbench is running at localhost.
To stop the server please use Ctr^C command and confirm your choice.