UNPKG

altair-graphql-core

Version:

Several of the core logic for altair graphql client

5 lines 257 B
export const EVALUATOR_READY = 'evaluator::ready'; export const EVALUATOR_INIT_EXECUTE = 'init_execute'; export const getResponseEvent = (type) => `${type}_response`; export const getErrorEvent = (type) => `${type}_error`; //# sourceMappingURL=events.js.map