drupal-graphql / graphql

GraphQL integration for Drupal 9/10
286 stars 202 forks source link

Question: Possible as Subgraph? #1331

Open leganz opened 1 year ago

leganz commented 1 year ago

Hi everybody,

I was wondering if this package allows the use of the graphql api in a subgraph (eg. https://www.apollographql.com/docs/federation/subgraph-spec/)

Therefore i think it would be required to reciev the sdl content via query:

query {
  _service {
    sdl
  }
}

I can't find any information about that in this repository. Sry if this isn't the right approach to raise a question.