UNPKG

@envelop/persisted-operations

Version:

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

3 lines (2 loc) 126 B
import { Source } from 'graphql'; export declare function operationIdFromSource(source: string | Source): string | undefined;