UNPKG

altair-graphql-core

Version:

Several of the core logic for altair graphql client

5 lines 310 B
export declare const EVALUATOR_READY = "evaluator::ready"; export declare const EVALUATOR_INIT_EXECUTE = "init_execute"; export declare const getResponseEvent: <T extends string>(type: T) => string; export declare const getErrorEvent: <T extends string>(type: T) => string; //# sourceMappingURL=events.d.ts.map