aerogear / offix

GraphQL Offline Client and Server

Home Page:https://offix.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using two data mechanisms in the app

wtrocki opened this issue · comments

Feature Request

Conversation from the call

@wtrocki - you do not need to use datastore for every of your graphql queries now. You would do this for the ones that especially require to persist when you are offline, they need control over consistency and should be changed

Dev - But that requires me to use Apollo Hooks along with Offix-Hooks? 
Do not want to have two ways of fetching data