gqlgen
gqlgen copied to clipboard
add support for federation 2.9 directives
What happened?
Currently when the schema uses any of the new directives, gqlgen errors:
Undefined directive listSize.
What did you expect?
Add support for the new directives
PRs are welcome!
Just a suggestion to avoid such issues: add a config property to provide a set of schema files that must be "injected" by gqlgen, instead of hard-coding the Apollo Federation schema inside gqlgen.
@cyrilc-pro Great suggestion! Please make a PR!
I'd be glad to, if I can find some time for it :/