sjdonado / openchargemap-sync

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

Feat/#2 graphql endpoint pois #10

Closed sjdonado closed 1 year ago

sjdonado commented 1 year ago

Summary

  1. GraphQL (subgraph) service up and running with one endpoint.
  2. Fixed pagination query parameter: maxResults = 100 (to avoid timeouts).
  3. e2e + unit + integration tests.

PAGINATION_MAX_ITEMS is a temporally solution until #3 is closed.

QA testing available on the Playground

image

closes #2