Kyle Goggin

Results 14 issues of Kyle Goggin

If `documents` is present and option is set to `true`, this would filter the list of input types down to only the ones actually being used in a query/mutation operation.

I'd like to have the Codegen also parse any Graphql Documents to extract the variables used in queries, and provide types for those as well.

Currently the plugin isn't running refmt after generating the string, because it makes it harder to deal with any errors in the output. This was helpful during development, but in...

Should be able to internalize the helper functions so we've got one less dependency.

Update the code and deps to v1.0 of the underlying plugin system.

Currently if there's an issue with decoding the JSON, I'm `Js.log`ing the problem and throwing a generic `Not_found` exception. It'd be better to have a specific exception that gets thrown...

I'm adding this here in case it affects any other users of these bindings. This issue plagued codebase for, no joke, over a year, before I finally figured it out...

**Use Case:** I'd like to be able to write a test to simulate an async/delayed response from the GraphQL server. This would be similar to enabling "network throttling" in Dev...

Enum values such as `type` are not currently sanitized.