Jason Waldrip
Jason Waldrip
## Summary - Fixed blocking behavior in query/mutation execution to allow concurrent operations per connection - Simplified async handling by using `Task.async` instead of complex `Task.Supervisor` approach - Added conditional...
### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...
## Summary This PR implements the GraphQL @defer and @stream directives for incremental delivery as specified in the [GraphQL spec](https://graphql.org/blog/2020-12-08-defer-stream). ## Features - **@defer directive**: Defer execution of fragments to...
## Summary Removes automatic field description inheritance based on community feedback from PR #1373. ## Background In PR #1373, I proposed automatic field description inheritance where fields would inherit descriptions...
## Summary This PR adds Server-Sent Events (SSE) transport support to absinthe_plug for incremental delivery with @defer and @stream directives. ## ⚠️ DEPENDENCY NOTICE **This PR depends on gigsmart/absinthe#gigmart/defer-stream-incremental** The...
## Summary This PR adds incremental delivery support to absinthe_relay for streaming Relay connections with @defer and @stream directives. ## ⚠️ DEPENDENCY NOTICE **This PR depends on gigsmart/absinthe#gigmart/defer-stream-incremental** The main...
# Absinthe Relay Incremental Delivery Relay connection support for GraphQL `@defer` and `@stream` directives. ## Overview This package extends `absinthe_relay` to support incremental delivery with Relay-style connections. Stream edges incrementally...
This fixes documentation for how relay connections, args, inputs, and payloads show up in the generated SDL.