Make it easier to write plugin (make internal helpers public) #1945
RichardLindhout
started this conversation in
Ideas
Replies: 1 comment
-
I do kind of hate internal. I wish it was much softer, like a lint error you could ignore. It's really there to tell you that the package is subject to breaking changes, moreso than most of gqlgen. That package is pretty scrappy and works for the exact user case in that resolver generator but before making it public it would need some more polish. You best bet right now it's to copy, I'll leave this issue open but I don't see it taking priority. |
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?
I want to rewrite the resolver generation. But when I've copied plugin I need to copy internal code of gqlgen to support it.
What did you expect?
That I could copy the code from existing plugins and that it works out of the box
Proposal
Move /internal packages to public
Beta Was this translation helpful? Give feedback.
All reactions