UNPKG

@envelop/persisted-operations

Version:
8 lines (7 loc) 321 B
import type { DocumentNode } from 'graphql'; import type { PersistedOperationsStore } from '../types.js'; export declare class AggregatedStore implements PersistedOperationsStore { private stores; constructor(stores: PersistedOperationsStore[]); get(operationId: string): string | DocumentNode | undefined; }