This is GraphQL server that illustrate search's schema (80-90% accuracy compared to production one). You could play around with query and get some sense how response would be. In addition, I roughly wrote this app, so the code stil does not ready for production used.
Node 10
Installing dependencies
npm install
Spin-up local server
npm start
Enjoy!
http://localhost:4000/graphql
- Express - Web framework for Node.js
- Apollo-Server - Framework for GraphQL