Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

react-admin and connection pagination

I currently have a GraphQL API that uses connection based pagination as defined in https://graphql.org/learn/pagination/ which is what the Relay client uses.

I have looked at ra-data-graphql-simple but that expects the GraphQL server to return certain queries.

Are there any other examples of clients that would work with this format? If not is my best option to build on top of ra-data-graphql?

Thank you, Owen

like image 495
Owen Ben Davies Avatar asked Sep 26 '18 06:09

Owen Ben Davies


1 Answers

Indeed, we don't have any relay compatible dataProviders. You'll have to implement your own, using ra-data-graphql as the foundation

like image 62
Gildas Garcia Avatar answered Oct 31 '22 16:10

Gildas Garcia