UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

6 lines 237 B
import { remove } from "ts-invariant/process/index.js"; import { Source } from 'graphql'; export function removeTemporaryGlobals() { return typeof Source === "function" ? remove() : remove(); } //# sourceMappingURL=fix-graphql.js.map