Skip to content

Commit 919ca9d

Browse files
Merge pull request #1312 from PhilippS93/main
fix: added missing onSubscriptionResult argument
2 parents 256133a + 1b17d77 commit 919ca9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/graphql_flutter/lib/src/widgets/subscription.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ class Subscription<TParsed> extends HookWidget {
7373
client: client,
7474
options: options,
7575
builder: builder,
76+
onSubscriptionResult: onSubscriptionResult,
7677
);
7778
}
7879
}

0 commit comments

Comments
 (0)