UNPKG

graphql-helix

Version:

A highly evolved GraphQL HTTP Server 🧬

4 lines (3 loc) • 186 B
import { ExecutionResult } from "graphql"; export declare type TransformResultFn = (result: ExecutionResult) => any; export declare const DEFAULT_TRANSFORM_RESULT_FN: TransformResultFn;