sjdonado / openchargemap-sync

GraphQL + MongoDB + RabbitMQ + Docker - no frameworks :)
0 stars 0 forks source link

GraphQL endpoint pagination #3

Closed sjdonado closed 1 year ago

sjdonado commented 1 year ago

It should be possible to paginate through the list in GraphQL using relay-style pagination

More info https://www.apollographql.com/docs/technotes/TN0029-relay-style-connections/

Acceptance criteria

  1. relay-style pagination implementation
  2. Unit + integration tests