You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set up a multi schema environment, however, some of our schemas have a collision in type names. I've looked into mapping, but that does not look like it would tie in to the schema name. I'd like to avoid adding prefixes to our type names.
GET /graphql/A
-> loads types from /config/graphql/A
GET /graphql/B
-> loads types from /config/graphql/B