aerogear / offix-android

Apollo GraphQL offline extensions for Android Platform
https://android.offix.dev
Apache License 2.0
37 stars 16 forks source link

Example type converters may be not needed #60

Closed wtrocki closed 5 years ago

wtrocki commented 5 years ago

Some code were moved to library

harshithdwivedi commented 5 years ago

You mean TypeConverters? I think we might need them for saving the muatation to db.

wtrocki commented 5 years ago

I meant this: https://github.com/aerogear/offix-android/tree/master/sample/src/main/java/org/aerogear/graphqlandroid/persistence

This is part of the library?

Lavanyagaur22 commented 5 years ago

I meant this: https://github.com/aerogear/offix-android/tree/master/sample/src/main/java/org/aerogear/graphqlandroid/persistence

This is part of the library?

No, this is not a part of the library for now. Will be required in background sync #61