Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 174 B view raw
1export const initialState = { 2 fetching: false, 3 stale: false, 4 hasNext: false, 5 error: undefined, 6 data: undefined, 7 extensions: undefined, 8 operation: undefined, 9};