Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wundergraph/apidays-demo

Repository files navigation

APIDays Demo

APIDays Demo Hero Image

A demo project showcasing a federated GraphQL architecture for API Days Paris 2025.

Subgraphs

  • locations: Manages venue and room information.
  • speakers: Manages speaker profiles.
  • sessions: Manages conference sessions and schedule.
  • ratings: Manages session ratings and aggregation.

Getting Started

  1. Install dependencies:

    pnpm install
  2. Start the subgraphs:

    pnpm subgraph:start

    This will start the subgraphs on the following ports:

  3. Create a Graph API Token and configure your environment:

    npx wgc router token create apidays -n default -g apidays

    Copy the token and add it to your .env file (see .env.example):

    GRAPH_API_TOKEN=<your-token-here>
  4. Publish the subgraphs to Cosmo:

    pnpm subgraph:publish:all

Running the Router

This demo supports multiple router modes. Please refer to the specific documentation for your use case:

Scripts

See package.json for a full list of available scripts.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published