Questions tagged [graphql-flutter]

33 questions
0
votes
1 answer

graphql_flutter mutation query expects return statement - not sure how to add it

The mutation query on the builder method is expecting a return statement, which I am not sure where and how to add to the below code. I believe the mutation query should return a pass or fail for the operation. I have been trying to figure this out…
Sumchans
  • 3,088
  • 6
  • 32
  • 59
0
votes
1 answer

graphql_flutter mutation widget shows error -

I am not sure if I understand this error at all. Anyone with experience using graphql_flutter package please help out. Totally new to Flutter and graphql. But so far I have figured the backend. My mutation works in graphiql, trying to make it work…
Sumchans
  • 3,088
  • 6
  • 32
  • 59
0
votes
2 answers

aws appsync subscription not working with flutter graphql_flutter package

my pubspec.yaml dev_dependencies: flutter_test: sdk: flutter graphql_flutter: ^4.0.0 roomctrl.dart import 'package:flutter/material.dart'; import 'package:graphql_flutter/graphql_flutter.dart'; import…
1 2
3