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.23k stars 613 forks source link

Does the package support connection relay for pagination? #1378

Open ccfiel opened 11 months ago

ccfiel commented 11 months ago

Does graphql-flutter support relay connection specification easily?

https://graphql.org/learn/pagination/

https://formidable.com/open-source/urql/docs/graphcache/local-resolvers/#pagination

https://relay.dev/docs/guides/graphql-server-specification/#connections

vincenzopalazzo commented 11 months ago

Mh not sure, I used paginator one time but was not in this way.

Did you test it? I am not see anything special on why the library should not support it

ccfiel commented 11 months ago

@vincenzopalazzo I still need to try it. I am sure it will support manually. I asked if this package support is the same as the javascript package I linked above. That would make pagination easier to implement on the client side using the graphql relay connection specification.