jeudi 4 avril 2019

How to test a GraphQL wrapper around a rest API?

I have set up a GraphQL server that wraps a rest API using apollo-server. Is there a recommended way which I can test my queries? Do I need to create fake data or fetch real data from the api and then test it?

Here is the GitHub Repo

Aucun commentaire:

Enregistrer un commentaire