Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 116 B view raw
1export * from 'urql'; 2export { useQuery } from './useQuery'; 3export { UrqlProvider, SSRContext } from './Provider';