GQLhibli is a GraphQL wrapper for the Studio Ghibli REST API by James Anaipako
Just configure your client to use the endpoint gqlhibli.netlify.app 🚀
- Typescript
- Apollo Server
- apollo-server-lambda - to use
apollo-serveron aws lambda via Netlify. - apollo-datasource-rest - for coalescing and caching fetches.
- GraphQL Playground - for easy exploration of this GraphQL server.
Try it out at: https://gqlhibli.netlify.app/
Install dependencies with
npm run initA local development server is in ./src. It can be run with:
npm run startA GraphQL Playground instance will be opened at http://localhost:4000/ (or similar; the actual port number will be printed to the console) to explore the API.