Skip to content

Instantly share code, notes, and snippets.

@mikesjcz
Last active September 6, 2022 08:45
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/f4fb317f36fe563b395f2c7c88fe3b85 to your computer and use it in GitHub Desktop.
Save mikesjcz/f4fb317f36fe563b395f2c7c88fe3b85 to your computer and use it in GitHub Desktop.
this.gateway = new ApolloGateway({ supergraphSdl: supergraph });
this.server = new ApolloServer({ gateway: this.gateway });
this.server.listen({ port: port });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment