[][src]Function graphql_parser::parse_query

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

Parses a piece of query language and returns an AST