zino-hofmann / graphql-flutter

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
https://zino-hofmann.github.io/graphql-flutter
MIT License
3.24k stars 612 forks source link

"... on " keyword is not working #1330

Closed Flaming19 closed 1 year ago

Flaming19 commented 1 year ago

Describe the issue "... on " not working but same query is working in postman.

Expected behavior Should return same as postman

device / execution context android

vincenzopalazzo commented 1 year ago

We need a reproducer

Flaming19 commented 1 year ago

not working with QueryOptions( document: parseString(

But working fine with QueryOptions( document: gql(

So closing this issue, sorry for inconvenience.