UNPKG

@shopify/react-graphql

Version:

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

6 lines 279 B
export { default as useApolloClient } from './apollo-client'; export { default as useQuery } from './query'; export { useBackgroundQuery } from './background-query'; export { default as useMutation } from './mutation'; export * from './types'; //# sourceMappingURL=index.d.ts.map