Skip to content

Make it possible to serve multiple graphql schemas on a node #91

Open
@gausby

Description

@gausby

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions