Vince Foley
Vince Foley
At first I wasn't sure this would work but I can see it coming together now, I'll let you know if anything arises!
So this works for straight forward things like `object`, `input_object`, `enum` just fine It's a little tricky with `union` - I got it to merge `types` which is cool but...
Likely this should be opt-in since it'd be a pretty meaningful behavior change for everyone - this behavior has been around for a long time... The `batch` plugin should likely...
It's not too complicated but there are decisions to be made about what kind of error to resolve & how to roll this out https://github.com/absinthe-graphql/absinthe/compare/master...binaryseed:async-batch-error-handling?expand=1
Yes, I don't know that a hard-coded fallback would be the best general solution here, I'm sure different use cases would call for more dynamic responses. In our implementation, we...
Am I right in understanding that this is an attempt to enable a subscription to "switch" transports? ie: it starts as an HTTP request and then is delivered via message...
FYI, This Query Generation is something our Schema Stitching example does, however it uses string concatenation instead of the preferred `Inspect.Algebra`: https://github.com/newrelic/absinthe-schema-stitching-example/blob/master/apps/schema_stitch/lib/query_generator.ex I would love to see a PR for...
Also, the SDL rendering via `inspect` uses the `pretty` option to decide to render the GraphQL SDL instead of the Struct, so it'd be nice to follow that - for...
@benwilson512 Thoughts on this issue?
FYI a little related - there's been other conversation about default_value / nil: https://github.com/absinthe-graphql/absinthe/issues/656