'do i need to make user model for graphql flutter?

currently i am using the package graphql_flutter("https://pub.dev/packages/graphql_flutter") to handle graphql endpoint and i am confused about the query do i need to make a model for it or just use it ? the docs about the package didnt mention it and all youtube videos(hasura graphql videos) and tuts all left out models but i am unsure if that's the right way to make the query any feedback is appreciated. the docs about the package: https://pub.dev/documentation/graphql_flutter/latest/



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source