pub fn parse(source: &str) -> ParseResult<'_, Document<'_>>Expand description
Parses a mixed document (both schema and executable definitions) from a string.
pub fn parse(source: &str) -> ParseResult<'_, Document<'_>>Parses a mixed document (both schema and executable definitions) from a string.