mercurius-js / mercurius

Implement GraphQL servers and gateways with Fastify

Home Page:https://mercurius.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sushilkjaiswar opened this issue · comments

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

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.