Nick Harris
Nick Harris
The last tag was in April of 2019 and there are quite a few things added since then. Can we get a release published? I'm specifically looking to use the...
The built in graphiql calls out to https://cdn.jsdelivr.net/graphiql/0.7.1/ for some of it's resources. It would be nice if this wasn't reliant on the internet for offline use.
I'm currently trying to integrate some metrics tooling in a middleware where I need to inspect the request body. The problem I am seeing is that this triggers the request...
This adds a tsconfig and package scripts to generate typescript types on `build`. This will allow typescript apps to take advantage of the JSDOC strings as types. Fixes #190
Typescript can generate the declared types from JSDOC strings. Can we include the types in the npm package for typescript apps?
The action creator ```arraySplice``` when used to replace a single item in the array doesn't triggering a render with the updated values in the ```FieldArray.fields```. The store gets correctly updated...
Originally reported in [graphene issue #691](https://github.com/graphql-python/graphene/issues/691) Argument default_value serializes enum value instead of name. graphql spec does not support enum values and graphql-js serializes enums to the name not value....
The main intention of this PR is to expose `extensions` to middleware and resolvers. The execution is responsible for creating the `ExecutionResult` and does not currently provide a means to...
Currently there is no way for the middleware or resolver to set data in the `extensions` field of the `ExecutionResult` response object. This prevents the use of tools like performance...
Can you export to png? i'm not seeing a way to do that.