Open
Description
Currently it is only possible to serve one GraphQL schema on an Erlang node. It would be useful to be able to run multiple GraphQL schemas on a single node for a couple of reasons:
- In a HTTP context different schemas could be served from different endpoints
- In a test context tests could be run in parallel
This would require all the internal lookups to be name-spaced.