A fluent GraphQL library for Go ↦
This package wraps the graphql-go/graphql implementation to provide a “fluent” pattern for constructing GraphQL queries in Go. This can be valuable in situations where dynamic queries are desired: when the fields of a GraphQL query (or mutation) are not known until runtime. For most other use cases, plain query strings or a helper library such as this should be sufficient.
I wonder if this would change Mislav’s unpopular GraphQL/Go opinion…
Discussion
Sign in or Join to comment or subscribe