facebook
Testing our API with GraphQL and Hot Chocolate

Testing our API with GraphQL and Hot Chocolate

In my previous article. i showed what GraphQL is and how we can create an API with HotChocolate. Starting from the code on my repo https://github.com/AARNOLD87/GraphQLWithHotChocolate let’s see how we can test the project. This is not a unit test,...
Creating our API with GraphQL and Hot Chocolate

Creating our API with GraphQL and Hot Chocolate

How often have you called an API and received more data than needed? Or, on the contrary, you obtained less than necessary and therefore have to make more calls to different endpoints to have all the information required?Those two events are...