by Adolfo Arnold | Jul 1, 2020 | Blog
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,...
by Adolfo Arnold | Mar 25, 2020 | Blog
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...