Relative Content

Tag Archive for rustrust-axumasync-graphql

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?