Replies: 1 comment
-
Hello 👋 You could try overriding the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! I read in the documentation that you can register additional types which do not appear in a query, mutation or subscription. This is awesome as I need this feature for types that are only used in resolveres for Federation.
However, I can't find the correct hook to access or override the SchemaGenerator like described in the documentation when using the Gradle Build Plugin. I was able to provide a SchemaGeneratorHooksProvider to define custom scalars, but I need a pointer where to look to access the actual SchemaGenerator :)
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions