Changelog
- 5e245f9 #1 - Array type support
- 11fea59 #28 - Add godoc (#51)
- 6b0ae17 #47 - Fix multi-dimensional array generation (#50)
- 7c416e1 #67 - Limit struct fields (#68)
- 3f0ac76 Add .editorconfig (#66)
- dac2e1e Add Readme and license (#46)
- 0d7f7cc Add __typename support (#72)
- 130a44c Add badges (#60)
- 148ec77 Add badges (#61)
- 48b3671 Add example of unit tests with mock grafik client (#53)
- 35d78fc Add examples (#40)
- b933a94 Add generation of client code (#15)
- 3a79761 Add goreleaser (#70)
- 2e5bd09 Add grafik logo (#52)
- 22b2e0e Add graphql error handling (#42)
- 3657d7f Add more complex example (#44)
- dd07049 Add support for interfaces (#56)
- 7cf181d Add support for union types (#57)
- e7d0f5a Add support for union types (#58)
- d5c5a5f Array type support
- 3178a1a Change header from pointer to value (#74)
- 5526d6a Create codeql-analysis.yml (#62)
- 7f8505e Create graphql client (#12)
- 2ce673e Enable more Go linters (#54)
- 1ffbd96 Evaluator
- 45423e7 Export struct fields (#14)
- 80b5b48 Fix defining custom types (#10)
- a208d3e Fix templates imports (#65)
- 0340835 Generate query methods (#17)
- 497cd3b Generate response structs (#22)
- 6444604 Generate structs with pointers (#37)
- 3a79981 Implement CLI (#31)
- de5800a Improve GraphQL files (#35)
- c2d4e84 Improve error logging (#59)
- 360dcbe Init commit
- 6178ee1 Initial commit
- cd091a1 Nested type support
- bb68130 Parse query file (#9)
- 1a308a5 Rename
cli
directory tografikgen
(#49) - b29fce4 Rename project (#45)
- b3d4c31 Replace bytes slice with Writer (#63)
- 815981c Save generated code to go file (#30)
- 9a355c6 Setup CI with Github Actions (#19)
- 93326fe Struct