seed icon indicating copy to clipboard operation
seed copied to clipboard

GraphQL module

Open MartinKavik opened this issue 5 years ago • 2 comments

Hi, I'm writing a tutorial for seed-rs.org and I'm just implementing a graphql module. It's quite app-specific and uses external library cynic but maybe it would be nice to rewrite it into a general Seed module in the future.

Also there is an older graphl example based on graphql_client library.

What's your experience with Seed & GraphQL and GraphQL in general? Is there something what would you like to add into the GraphQL module?

MartinKavik avatar Aug 18 '20 18:08 MartinKavik

I'm wondering if Seed could integrate with async-graphql. I know they have extensions for actix, tide, rocket, and probably more, That way we can leverage the tons of good work they've done. I'm really happy with them and actix right now

benwis avatar Sep 18 '21 00:09 benwis

Just now realizing you're building a graphql client library and not a server one. I'd vote for subscription support then :)

benwis avatar Sep 18 '21 00:09 benwis