@apollo/client
Version:
A fully-featured caching GraphQL client.
14 lines (13 loc) • 476 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.variablesUnknownSymbol = void 0;
/**
* @internal
* Used as key for `ApolloClient.WatchQueryOptions`.
*
* Meant for framework integrators only!
*
* @deprecated This is an internal API and should not be used directly. This can be removed or changed at any time.
*/
exports.variablesUnknownSymbol = Symbol.for("apollo.observableQuery.variablesUnknown");
//# sourceMappingURL=constants.cjs.map