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
I have tried both with and without ValueNotifier and with and without wrapping MaterialApp in a GraphQLProvider. same result
Expected behavior
I expect it to work? and produce the results from my graphql endpoint. i used PHPs GraphQL Playground with the exact same query and it pulled results... not sure what im doing wrong
Screenshots
Desktop (please complete the following information):
OS: Ubuntu
Version 18.04
Smartphone (please complete the following information):
Device: OnePlus One
OS: Android Pie
Version: 9.0
Additional context
I am using this in conjunction with the BLoC pattern. so I dont want to make requests withing my UI widgets.
The text was updated successfully, but these errors were encountered:
I've looked through other issues but can't find a solution. When I am making a query with my client, i get an error where all data is null
To Reproduce
Steps to reproduce the behavior:
I am using Flutter BLoC so i am calling the query in my BLoC method
I have tried both with and without ValueNotifier and with and without wrapping MaterialApp in a GraphQLProvider. same result
Expected behavior
I expect it to work? and produce the results from my graphql endpoint. i used PHPs GraphQL Playground with the exact same query and it pulled results... not sure what im doing wrong
Screenshots

Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
I am using this in conjunction with the BLoC pattern. so I dont want to make requests withing my UI widgets.
The text was updated successfully, but these errors were encountered: