jhomlala/alice

[GRAPHQL CLIENT SUPPORT]

neelansh-creatorstack opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
I have been trying to use Alice with graphql. And i was not able to as graphql internally used send instead of GET, POST, PUT.
I am using the package flutter_graphql.

Describe the solution you'd like
I would like if Alice can also be integrated with grapghQL client.

https://pub.dev/packages/graphql_flutter library is deprecated: zino-hofmann/graphql-flutter#894

I won't add support for library which won't be maintained. If you still need graphql_flutter support in your app, I recommend using generic http call interface in Alice API.