You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On a query with an exception, locations is set to null on 3.0.0-beta.3 this is because raw['locations'] gives Map of type Map<String, dynamic> while the code is checking for Map<String, int>
Describe the bug
On a query with an exception, locations is set to null on 3.0.0-beta.3 this is because raw['locations'] gives Map of type Map<String, dynamic> while the code is checking for Map<String, int>
https://github.com/zino-app/graphql-flutter/blob/d17b57b52d3cb985a8c8d7025a242bbcddecabfb/packages/graphql/lib/src/exceptions/graphql_error.dart#L33
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: