Subscription processing with Axum and GraphQL
How could it be possible for a route that establishes a connection to a GrapgQL subscription to be able to inspect the header and update the req.data(...)
(like in graphql_handler
)before establishing a connection to the subscription?
Subscription processing with Axum and GraphQL (async-graphql)
How could it be possible for a route that establishes a connection to a GrapgQL subscription to be able to inspect the header and update the req.data(...)
(like in graphql_handler
)before establishing a connection to the subscription?