Skip to content

Commit

Permalink
Update mutation.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
wexder authored Feb 18, 2020
1 parent c449ca3 commit ce0d29a
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 @@ -5,7 +5,7 @@ import 'package:graphql/internal.dart';

import 'package:graphql_flutter/src/widgets/graphql_provider.dart';

typedef RunMutation = void Function(
typedef RunMutation = MultiSourceResult Function(
Map<String, dynamic> variables, {
Object optimisticResult,
});
Expand Down

0 comments on commit ce0d29a

Please sign in to comment.