Skip to main content
Module

x/graphql_http/types.ts

GraphQL client and handler compliant with GraphQL over HTTP specification
Latest
File
// Copyright 2022-latest the graphqland authors. All rights reserved. MIT license.// This module is browser compatible.
import { ExecutionParams } from "./deps.ts";
export type HandlerOptions = Omit<ExecutionParams, "schema">;