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