UNPKG

@envelop/persisted-operations

Version:

This plugin allow you to enforce execution of persisted (hashed) operation, using a custom store.

7 lines (6 loc) 220 B
export * from './types.js'; export * from './utils.js'; export * from './stores/aggregated-store.js'; export * from './stores/inmemory-store.js'; export * from './stores/json-file-store.js'; export * from './plugin.js';