Skip to content

Multiple Remote Schemas With Same Schema #7285

Answered by motleydev
yoshiwarab asked this question in General
Discussion options

You must be logged in to vote

Hi @yoshiwarab, this would be problematic with the nature of a schema. The two ways to go about it would be:

  1. Find a way to merge your data sources together (both blogs) and then have the single schema fetch content from essentially the same database.
  2. Use a proxy service with something like Apollo to create a namespace for the two apis. Something akin to BlogOneAuthor and BlogTwoAuthor.

Namespacing is making its way into Hasura Cloud in the near future. You can track here for more details. #5863

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by motleydev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
General
Labels
None yet
2 participants