UNPKG

altair-graphql-core

Version:

Several of the core logic for altair graphql client

4 lines 203 B
export const SCRIPT_INIT_EXECUTE = 'init_execute'; export const getResponseEvent = (type) => `${type}_response`; export const getErrorEvent = (type) => `${type}_error`; //# sourceMappingURL=events.js.map