Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/drash/src/services/graphql/deps.ts>GraphQL.executeSync

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
function GraphQL.executeSync
import { GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/deps.ts";
const { executeSync } = GraphQL;

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