pub async fn execute_in_process(
schema: &KoanSchema,
query: &str,
variables: Option<Value>,
) -> ValueExpand description
Execute a GraphQL query in-process (no HTTP round-trip). In-process requests bypass auth — they’re trusted (e.g., MCP tools).