Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does gramps resolve conflicting types? #15

Open
pfziom opened this issue Nov 9, 2019 · 0 comments
Open

How does gramps resolve conflicting types? #15

pfziom opened this issue Nov 9, 2019 · 0 comments

Comments

@pfziom
Copy link

pfziom commented Nov 9, 2019

I have a use-case which I am not sure can be fulfilled by gramps. Any advice is greatly appreciated.

I am migrating a legacy multi-tenant system application built on Postgres where the databases of all tenants are not exactly the same but very much similar. I was planning to use postgraphile to create a GraphQL API for it and then use gramps to merge them all.

On my frontend, I want to use the master API to query data such that when a user from TenantA logins, the master API will serve data from TenantA's API. Similarly for TenantB.

Is it possible with gramps? If not, any advice on how to achieve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant