Hi @tonyghita
Is there a plan for a code generator based on this library?
Thank you.
Yes, although I don't have time to provide an open source solution at the moment. It's possible to build one fairly quickly using the introspection package here and Go's excellent text/template standard library.
I encourage you to check out https://github.com/vektah/gqlgen in the meantime, if you need something with codegen out of the box today.
Hi! I'm trying to make code generator for it.
https://github.com/abihf/graphql-codegen
hello,
There is also this if anyone interested: https://github.com/DealTap/graphql-gen-go
Any word on this @tonyghita? Or is it still advised to use gqlgen?
I don't have anything ready to publish and use, or the time to work on one to do so. A good code generation-based library I'd recommend is https://github.com/99designs/gqlgen.
Most helpful comment
Yes, although I don't have time to provide an open source solution at the moment. It's possible to build one fairly quickly using the
introspectionpackage here and Go's excellenttext/templatestandard library.I encourage you to check out https://github.com/vektah/gqlgen in the meantime, if you need something with codegen out of the box today.