Skip to main content
function executeSync
import { executeSync } from "https://deno.land/x/kilatgraphql@16.6.0/mod.ts";

Also implements the "Executing requests" section of the GraphQL specification. However, it guarantees to complete synchronously (or throw an error) assuming that all field resolvers are also synchronous.