Support GraphQL Cursor Connections #8864
swenzel-arc
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a standard for pagination in GraphQL, it is called "GraphQL Cursor Connections" and is defined here: https://relay.dev/graphql/connections.htm
IMHO it would make it easier for client libraries to support pagination if PayloadCMS followed this standard.
We're using Houdini for example but we cannot use its pagination feature because it is not compatible with how PayloadCMS handles pagination.
Beta Was this translation helpful? Give feedback.
All reactions