pub fn parse_executable(source: &str) -> ParseResult<'_, Document<'_>>Expand description
Parses an executable document (operations and fragments) from a string.
pub fn parse_executable(source: &str) -> ParseResult<'_, Document<'_>>Parses an executable document (operations and fragments) from a string.