Skip to content

Commit

Permalink
Merge pull request #1017 from zino-hofmann/budde377-patch-2
Browse files Browse the repository at this point in the history
fix: Pass parse type to run
  • Loading branch information
vincenzopalazzo authored Jan 26, 2022
2 parents d936cb9 + 98d111d commit 9be9851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql_flutter/lib/src/widgets/mutation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ typedef RunMutation<TParsed> = MultiSourceResult<TParsed> Function(
});

typedef MutationBuilder<TParsed> = Widget Function(
RunMutation runMutation,
RunMutation<TParsed> runMutation,
QueryResult<TParsed>? result,
);

Expand Down

0 comments on commit 9be9851

Please # to comment.