Skip to content
New issue

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

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

Already on GitHub? # to your account

Featuer: Support Multiple Schemas #2425

Open
shellscape opened this issue Feb 26, 2025 · 0 comments
Open

Featuer: Support Multiple Schemas #2425

shellscape opened this issue Feb 26, 2025 · 0 comments
Labels
feature 🎉 new commands, flags, functionality, and improved error messages triage issues and PRs that need to be triaged

Comments

@shellscape
Copy link

Description

I'd like to request support for multiple schema files in the file: descriptor. Being able to specify multiple schema files for composition is something nearly every tool for GraphQL supports that I've run across in the last few years; including graphql codegen.

Specifically supporting:

subgraphs:
  account:
    routing_url: http://localhost:5011/batman/graphql
    schema:
      file:
        - './primary.graphql'
        - './secondary.graphql'
@shellscape shellscape added feature 🎉 new commands, flags, functionality, and improved error messages triage issues and PRs that need to be triaged labels Feb 26, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature 🎉 new commands, flags, functionality, and improved error messages triage issues and PRs that need to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant