Function graphql_tools::static_graphql::query::consume_definition[][src]

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

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