mirror of
https://github.com/zhigang1992/workers-graphql-server.git
synced 2026-01-12 17:53:23 +08:00
70a4200b1bc7edf731780ab746273681d7b62822
workers-graphql-server
An Apollo GraphQL server, built with Cloudflare Workers. Includes a GraphiQL route for testing requests.
Try a demo by looking at the GraphiQL explorer.
Usage
You can begin building your own Workers GraphQL server by installing Wrangler, the Workers command-line tool, and generating a new project:
wrangler generate my-graphql-server https://github.com/signalnerve/workers-graphql-server
The source for this project includes an external REST data source, and defined types for the PokeAPI, as an example of how to integrate external APIs.
By the way - as a fullstack developer who loves GraphQL, and the developer advocate for Cloudflare Workers, I would love to see what you build with this! Let me know on Twitter!
License
This project is licensed with the MIT License.
Languages
JavaScript
100%