[refactor/redesign] decouple ObservableQuery's mutation and query logic #798
Labels
🍻 discussion
dart client
Issue relates mainly to the standalone dart client
enhancement
New feature or request
ObservableQuery
is a bit a kitchen sink for reactive operation logic and complex mutation logic. This is far from ideal –graphql_flutter
makes delicate use of the genericonData
api exposed bygraphql
to execute callbacks, etc.This could be substantially reworked. For example, a particularly ambitious contributor might leverage the
gql_link
system to decompose the various aspects of "observation" into different links.The text was updated successfully, but these errors were encountered: