Owen Ben Davies
Owen Ben Davies

Reputation: 269

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

Upvotes: 7

Views: 723

Answers (1)

Gildas Garcia
Gildas Garcia

Reputation: 7066

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

Upvotes: 1

Related Questions