Replies: 1 comment
-
PR Created #2011 |
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
-
What happened?
The EarlySourceInjector and LateSourceInjector plugins do not allow returning an error.
When working on the entgql plugin it would have been useful to be able to return an error here instead of relying on panics.
You could generating all the source upfront when the plugin is initialized but it makes less readable code.
We do a lot of generation in early source injector because we will need the updated schema for later plugins
Beta Was this translation helpful? Give feedback.
All reactions