nexus-prisma icon indicating copy to clipboard operation
nexus-prisma copied to clipboard

Relay connections support

Open villesau opened this issue 2 years ago • 0 comments

Perceived Problem

Especially in case of explicit relations, it would be useful to support relay specification for connections. Now the connection does not follow any standard, which makes it difficult to integrate with graphql client libraries that supports relay. connection spec for lists out of the box.

Ideas / Proposed Solution(s)

Allow some setting to set lists (especially in case of explicit relations) to follow relay spec: https://relay.dev/graphql/connections.htm

villesau avatar May 03 '22 18:05 villesau