Struct async_graphql_axum_wasi::GraphQLRequest
source · pub struct GraphQLRequest<R = GraphQLRejection>(pub Request, _);Expand description
Extractor for GraphQL request.
Tuple Fields§
§0: RequestImplementations§
source§impl<R> GraphQLRequest<R>
impl<R> GraphQLRequest<R>
sourcepub fn into_inner(self) -> Request
pub fn into_inner(self) -> Request
Unwraps the value to async_graphql::Request.