Function gurkle_parser::query::consume_definition[][src]

pub fn consume_definition<'a>(
    s: &'a str
) -> Result<(Definition, &'a str), ParseError>

Parses a single ExecutableDefinition and returns an AST as well as the remainder of the input which is unparsed