Hi everyone , I wish you are fine ...
I'm trying to connect my neo4j database with flutter application , after searching here I found that grandstack is the solution .
So I am using graphql_flutter but I have some exceptions that I can't fixed it , as shown in the screenshot
Could you please share the GraphQLClient code that you're using? Also, is the server working as expected? Did you connect successfully to the playground and return the data as expected?
Here's an example of the GraphQLClient code that I'm talking about.
Yes my server working and I can connected to it from chrome successfully .
Also GraphQL Architect working good unless I change the default database (neo4j) to my database from editor , here he is still loading forever..