sjdonado / openchargemap-sync

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

GraphQl endpoint #2

Closed sjdonado closed 1 year ago

sjdonado commented 1 year ago

This service needs to provide a /GraphQl endpoint which can be queried to list all imported charging stations. To serve data to several clients, we use a federated GraphQL gateway (so each service needs to provide its /graphql endpoint which serves a subgraph)

Requirements

Acceptance criteria

  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.