pub fn parse_schema<T>(input: T) -> Result<ServiceDocument, Error>where T: AsRef<str>,
Parse a GraphQL schema document.
Fails if the schema is not a valid GraphQL document.