UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

4 lines (3 loc) 240 B
import type { ApolloLink } from "@apollo/client/link"; export declare const selectURI: (operation: ApolloLink.Operation, fallbackURI?: string | ((operation: ApolloLink.Operation) => string)) => any; //# sourceMappingURL=selectURI.d.cts.map