Workers Graphql Gateway Example Save

GraphQL running on Cloudflare Workers

Project README

Cloudflare GraphQL Gateway

Workers GraphQL Gateway Example

Building a GraphQL Gateway allows you to make a single query, have GraphQL and take care of breaking it down to multiple rest calls. This example makes use of dataloader to batch and cache the queries so a query with the same key will not be requested twice.

Dependencies

Instructions

  • npm install
  • npm run build

To open the Workers preview with the built Worker:

  • npm run preview

About

Cloudflare Workers allow you to write JavaScript which runs on all of Cloudflare's 150+ global data centers.

GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.

Open Source Agenda is not affiliated with "Workers Graphql Gateway Example" Project. README Source: cloudflare/workers-graphql-gateway-example
Stars
80
Open Issues
18
Last Commit
1 year ago
License

Open Source Agenda Badge

Open Source Agenda Rating