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.25k stars 620 forks source link

How defined Response Model in result #1084

Closed HeinKoZin closed 2 years ago

HeinKoZin commented 2 years ago

My Response Data as following

 {
  "data": {
    "shops": [
      {
        "id": "109",
        "name": "Blackhole",
        "slug": "blackhole-4"
      },
      {
        "id": "108",
        "name": "Blackhole",
        "slug": "blackhole-3"
      },
  ]
}
budde377 commented 2 years ago

Can you please elaborate on your issue. What do you mean by response model? What are you trying to accomplish? What's your setup?