Skip to content

Commit 0dfbaef

Browse files
petrus-jvrensburgsmkhalsa
authored andcommitted
fix reference to mutation
1 parent 5ed5f61 commit 0dfbaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/flutter-operation-widget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ final createReviewReq = GCreateReviewReq(
6868
);
6969
7070
final result = await client
71-
.request(mutation)
71+
.request(createReviewReq)
7272
.firstWhere((response) => response.dataSource != DataSource.Optimistic);
7373
```
7474

0 commit comments

Comments
 (0)