federation-demo icon indicating copy to clipboard operation
federation-demo copied to clipboard

Federation 2 supersedes this demo and this example is no longer the newest. See https://www.apollographql.com/docs/federation/ for migration steps!

Results 43 federation-demo issues
Sort by recently updated
recently updated
newest added

As is state you could see the same user is fetched multiple times. Is there a way to avoid this at gateway level?

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 3.1.0 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) v5.1.1 Bug Fixes unescape exclamation mark (#26) (a98874f) v5.1.0 Features add...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Hello! It would be a great addition to this demo to plug in all the "bolts and nuts" that allows the gateway to be secure so the developers can focus...

I added another npm script for the start. It can easy alternative for the start script

The services work individually but when I start the gateway I got this: `[nodemon] starting `node gateway.js` 🚀 Server ready at http://localhost:4000/ This data graph is missing a valid configuration....

If i try to extend it with a Flask-Graphql endpoint, i get the following error: ``` const gateway = new ApolloGateway({ serviceList: [ { name: "accounts", url: "http://localhost:4001/graphql" }, {...

I understand Apollo federation basic use case and it works perfectly fine. Schema join for my current project's requirement is not as straight forward as shown in examples on internet...