UNPKG

@shopify/react-graphql

Version:

Tools for creating type-safe and asynchronous GraphQL components for React

3 lines 217 B
import type { ApolloClient } from '@apollo/client'; export default function useApolloClient<CacheShape>(overrideClient?: ApolloClient<CacheShape>): ApolloClient<CacheShape>; //# sourceMappingURL=apollo-client.d.ts.map