serlo / serlo.org-legacy

Legacy implementation of https://serlo.org/
https://serlo.org/
Apache License 2.0
18 stars 3 forks source link

server(api): add GraphQLMockService #608

Closed inyono closed 3 years ago

inyono commented 3 years ago

Adds /graphql/list and /graphql/clear to inspect the outgoing GraphQL requests locally. Behaves the same as /mails/list and /mails/clear:

This should help debug issues like #605 and also enables the possibility of e2e tests for listeners.