You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The already fragile constellation of packages to keep the deprecated apollo client:codegen happy seems to have finally broken.
By now it seems to be easier to switch to an alternative (see e.g. apollographql/apollo-tooling#2053) than to fix it again.
The text was updated successfully, but these errors were encountered:
- add endpoint and graphQL types
- create hook `useEntitesUpdatedSince` which updates cache, pages query with `cache-only`
- store `updatedSince` in *localStorage* for now
- used on `NotesPage` and `TagsPage`
- missing client typescript types for graphQL types, blocked on #159
- filter notes with `deletedAt` in `useFilteredNotes` since deleted notes sometimes get sent to client now (to indicate deletion)
- `useDataState` treats loading state like background loads, as happens with `refetch`
The already fragile constellation of packages to keep the deprecated
apollo client:codegen
happy seems to have finally broken.By now it seems to be easier to switch to an alternative (see e.g. apollographql/apollo-tooling#2053) than to fix it again.
The text was updated successfully, but these errors were encountered: