UNPKG

hops-graphql

Version:

React and GraphQL implementation for Hops

8 lines (6 loc) 211 B
import { ApolloClientOptionsHops } from 'hops-react-apollo'; declare module 'hops-graphql' { export interface HopsGraphqlOptions<TCacheShape = any> { graphql?: ApolloClientOptionsHops<TCacheShape>; } }