drupal-graphql / drupal-graphql/graphql
Question: Possible as Subgraph?
Open
4.x
question
- Dominant language
- PHP
- Stars
- 287
- Forks
- 198
- PR merge metrics
- No merged PRs in 30d
Description
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:
```gql
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.