mercurius-js / mercurius

Implement GraphQL servers and gateways with Fastify
https://mercurius.dev/
MIT License
2.34k stars 234 forks source link

Suggestion Required: Best practices to implement pagination in federated graphql apis #904

Closed sushilkjaiswar closed 1 year ago

sushilkjaiswar commented 1 year ago

Hi Guys, Is there any references for best practices to implement pagination(one to many relations) among federated services?

sushilkjaiswar commented 1 year ago

The best references so far I have found from the links below,

https://www.howtographql.com/graphql-js/8-filtering-pagination-and-sorting/ https://docs.nestjs.com/graphql/resolvers#query-type-names

If I encounter better document then will update following post.