UNPKG

337 BTypeScriptView Raw
1import { DocumentNode } from 'graphql';
2import { Resolver, VariableMap, ExecOptions } from './graphql';
3export declare function graphql(resolver: Resolver, document: DocumentNode, rootValue?: any, contextValue?: any, variableValues?: VariableMap, execOptions?: ExecOptions): Promise<null | Object>;
4//# sourceMappingURL=async.d.ts.map
\No newline at end of file