Closed vipafattal closed 9 months ago
You can look at the example we have here: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_flutter_graphql/example
For instance, https://github.com/nhost/nhost-dart/blob/main/packages/nhost_flutter_graphql/example/lib/todos_quick_start_example.dart#L72
If you have further questions, please, don't use github issues, use a discussion or join our discord
I need on how to use subscription query with the gql client i.e.
I can see there is SubscriptionOption query but not sure what to provide for the document param, could provide an example for how to use the SubscriptionOption?
thanks