errorHandling.d.ts 231 B

1234
  1. import { ExecutionResult } from 'graphql';
  2. export declare function tryFunctionOrLogError(f: Function): any;
  3. export declare function graphQLResultHasError(result: ExecutionResult): number;
  4. //# sourceMappingURL=errorHandling.d.ts.map