Skip to content

Instantly share code, notes, and snippets.

@mikesjcz
Created September 6, 2022 07:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikesjcz/35bb6abcfb2418eb292fe1e9a5ca454a to your computer and use it in GitHub Desktop.
Save mikesjcz/35bb6abcfb2418eb292fe1e9a5ca454a to your computer and use it in GitHub Desktop.
const gateway = new ApolloGateway({
servicesList: [
{ name: 'users', url: 'http://localhost:8080/graphql' },
{ name: 'articles', url: 'http://localhost:9000/graphql' }
]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment