Yamashou / gqlgenc

This is Go library for building GraphQL client with gqlgen
MIT License
367 stars 64 forks source link

Split client into client and model #139

Open mobiletoly opened 2 years ago

mobiletoly commented 2 years ago

currently when client (e.g. client.go) file is generated - it contains both Client functionality and generated models. I use hexagonal architecture and would be much more convenient for me to split this functionality into two different files.

Yamashou commented 2 years ago

@mobiletoly Can you give me the simplest example you can think of? I have yet to come up with an image 🙏.

sonatard commented 9 months ago

ref: https://github.com/99designs/gqlgen/issues/2555