getoutreach / goql

A GraphQL client package written in Go.
Apache License 2.0
19 stars 2 forks source link

missing full example #61

Open emicklei opened 2 years ago

emicklei commented 2 years ago

hi,

This package looks like a solid solution for creating type-safe graphql client code. Also I like that is has minimal dependencies (can we have even less?)

For newcomers like me, it would help if the repository contained a full example demonstrating it usage.