UNPKG

@shopify/react-graphql

Version:

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

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