[−][src]Function graphql_parser::parse_schema
pub fn parse_schema<'a, T>(s: &'a str) -> Result<Document<'a, T>, ParseError> where
T: Text<'a>,
Parses a piece of schema language and returns an AST
pub fn parse_schema<'a, T>(s: &'a str) -> Result<Document<'a, T>, ParseError> where
T: Text<'a>,
Parses a piece of schema language and returns an AST