Skip to content

Commit

Permalink
fix(client): mutation not firing observer callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
parisholley authored and micimize committed Jun 17, 2020
1 parent a13eee2 commit 75393c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/graphql/lib/src/core/query_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ class QueryManager {
await callback(result);
}

maybeRebroadcastQueries();

return result;
});
}
Expand Down

0 comments on commit 75393c2

Please sign in to comment.