Kristian Freeman 70a4200b1b Update README
2019-07-16 12:27:55 -05:00
2019-07-16 12:18:58 -05:00
2019-05-01 17:37:31 -05:00
2019-06-05 09:03:49 -05:00
2019-07-16 12:22:33 -05:00
2019-05-01 17:37:31 -05:00
2019-06-05 09:03:49 -05:00
2019-06-05 09:03:49 -05:00
2019-07-16 12:27:55 -05:00
2019-07-16 12:18:58 -05:00

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.

Description
No description provided
Readme MIT 782 KiB
Languages
JavaScript 100%