rover icon indicating copy to clipboard operation
rover copied to clipboard

Featuer: Support Multiple Schemas

Open shellscape opened this issue 1 year ago • 0 comments

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 avatar Feb 26 '25 02:02 shellscape