Replies: 3 comments
-
Keeping in mind that we highly recommend having a single graph for an organization, you can have multiple Apollo Server's running on different paths on a domain/port. By default, For |
Beta Was this translation helpful? Give feedback.
-
@abernix Thanks for your reply. What if i'm using multiple 3rd party graphql apis (shopify and contentful) Any examples you can share? |
Beta Was this translation helpful? Give feedback.
-
@abernix with what you suggested i'd have to rewrite the schema for the 3rd party api even though its already graphql. Any examples of adding multiple 3rd party apis into one using apollo server? |
Beta Was this translation helpful? Give feedback.
-
Looking at using apollo-server-micro with nextjs in the api folder.
I will have multiple end points to get data from and do queries, mutations, all the graphql goodness.
e.g end points
https://headlesscmsgraphqlendpoint
https://someotherservicegraphqlendpoint
Any examples, best practices, the easiest way on doing this?
Beta Was this translation helpful? Give feedback.
All reactions