UNPKG

@envelop/persisted-operations

Version:

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

9 lines (8 loc) 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.operationIdFromSource = operationIdFromSource; function operationIdFromSource(source) { return typeof source === 'string' && source.length && source.indexOf('{') === -1 ? source : undefined; }