pub fn parse_query_string(input: &str) -> Result<Request, ParseRequestError>
Expand description

Parse a GraphQL request from a query string.