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

graphql nested array getdata in flutter #1120

Closed amosadiv closed 2 years ago

amosadiv commented 2 years ago

"""query(\$id:ID){ allSchoolList(id:\$id){ data{ id attributes{ schoolName schoolPlace schoolImage{ data{ id attributes{ url } } } class_lists{ data{ id attributes{ standard section studentlists{ data{ id attributes{ stuname stugrade } } } } } }

} } } }""";

how to get studentlists, stuname,stugrade . please help me....

vincenzopalazzo commented 2 years ago

Does this sound like a homework question?