genqlient icon indicating copy to clipboard operation
genqlient copied to clipboard

a truly type-safe Go GraphQL client

Results 73 genqlient issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Dgraph is kinda nice, in that it takes a schema and augments it with built-in resolvers that generally just work....

enhancement

**Is your feature request related to a problem? Please describe.** I have a proposal that I think would make it easier to take advantage of the useful getter functions this...

enhancement

Let's say a graphql query accepts an input object, which has an optional string in it, if I use the input object, and not give a value to that string,...

enhancement

This is definitely a nice-to-have. I'm packaging up the `genqlient` CLI as part of [Tea](https://tea.xyz/). See PR here: https://github.com/teaxyz/pantry/pull/3318 A `version` subcommand would be nice for end users. I can...

enhancement

This is useful for making sure we clean up code, and also that you remember to `git add` the input testdata -- see #291. Maybe we can get cupaloy to...

good first issue
help wanted
internal

When we run several queries against the same snapshot, we dump them all into one genqlient run. Would probably be clearer to do one run per query; this confused me...

internal

Our integration tests all run with a single config, which makes it hard to integration test a change like #252. Ideally we should do some reworking so we can test...

help wanted
internal
needs design

**Is your feature request related to a problem? Please describe.** I would like to generate types from a graphql schema with [neo4j graphql directives](https://neo4j.com/docs/graphql-manual/current/directives/), and convert those to [gogm](https://github.com/mindstand/gogm)-compatible struct...

enhancement

**Is your feature request related to a problem? Please describe.** In my project, we follow clean architecture. Currently, genqlient only generates a single file, which makes it challenging to maintain...

enhancement

**Is your feature request related to a problem? Please describe.** In my project, we use an in-house GraphQL client and only need the types generated without the client code. However,...

enhancement