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