aerogear / offix

GraphQL Offline Client and Server
https://offix.dev
Apache License 2.0
758 stars 45 forks source link

DataStore example should support more than just single model and filtering #581

Closed wtrocki closed 4 years ago

wtrocki commented 4 years ago

Feature Request

In early versions of the offix we made mistake that we have been using example app that was too simple. Before we do official release we need to test how example app will work with multiple models - comments.

While I see that we have separate per model store, but actual hooks implementation we have will simply not work to fetch data if they rely on results from previous query (hooks need to be lazy etc.)

kingsleyzissou commented 4 years ago

@Eunovo

wtrocki commented 4 years ago

Creating another model to fully test replication use cases.