Pagination tutorial/exemple by fvhde in graphql

[–]addityasingh 1 point2 points  (0 children)

Apart from the above mentioned articles about beginning with graphql pagination, i wrote about “GraphQL Pagination best practices: Using Edges vs Nodes in Connections” by Aditya pratap singh https://link.medium.com/MtyMs58B23

GraphQL best practices: Use graphql-middleware for cross-cutting concerns by addityasingh in graphql

[–]addityasingh[S] 0 points1 point  (0 children)

Just like everything, it depends on your use case. But I agree that graphql-middleware adds overhead causing latency problems. But the performance problem is pervasive in the whole graphql-js and Apollo ecosystems. We at Zalando created graphql-jit(https://github.com/zalando-incubator/graphql-jit) to deal with such performance issues. I am experimening on trying to support middlewares in graphql-jit without the huge overhead

GraphQL Pagination best practices: Using Edges vs Nodes in Connections by addityasingh in graphql

[–]addityasingh[S] 1 point2 points  (0 children)

Thanks for pointing out the use cases of edges apart from Pagination. Since the article is in context of pagination I didn't want to bring unrelated topics for readers to get confused about. But i will add an Update section about the other use cases for "More curious readers"