Skip to content

TrejGun/nestjs-apollo-federation

Repository files navigation

NestJS Apollo Federation example

This repository shows how to migrate from existing apollo server to NestJS using federation plugin

query getTotalPosts {
  totalPosts
}

query getTest {
  test (id: 1) {
    id,
    letter
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published