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

The graphqlSync function also fulfills GraphQL operations by parsing, validating, and executing a GraphQL document along side a GraphQL schema. However, it guarantees to complete synchronously (or throw an error) assuming that all field resolvers are also synchronous.