Function graphql_parser::parse_query[][src]

pub fn parse_query<'a, S>(s: &'a str) -> Result<Document<'a, S>, ParseError> where
    S: Text<'a>, 
Expand description

Parses a piece of query language and returns an AST