Struct async_graphql_axum::GraphQLRequest
source · pub struct GraphQLRequest<R = GraphQLRejection>(pub Request, _);
Expand description
Extractor for GraphQL request.
Tuple Fields§
§0: Request
Implementations§
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
.