/graphql-federation

Simple graphql federation proof of concept

Primary LanguageJavaScriptMIT LicenseMIT

GraphQL Federation Example

Simple graphql federation proof of concept

Run the app

docker-compose up -d

Tech stack

  • Fastify
  • GraphQL
  • Mercurius
  • NodeJS
  • Prisma
  • PostgreSQL
  • Docker

Disclaimer

By 'simple' I mean that:

  • Authentication is missing
  • Validation is missing
  • Code is not tested properly