UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

11 lines (10 loc) 362 B
/** * @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. */ export const variablesUnknownSymbol = Symbol.for("apollo.observableQuery.variablesUnknown"); //# sourceMappingURL=constants.js.map