Recap In the previous article of the GraphQL series, we discussed the introduction of GraphQL and Pros & Cons of using GraphQL. If you haven’t read my previous articles then I highly encourage you to do so https://dotnetintellect.com/2020/07/29/introduction-to-graphql/ I believe you have prior understanding of EF Core and we'll be concentrating only on GraphQL concepts. …
Tag: GraphQL
Introduction to GraphQL
When we talk about API design, first thing that comes to our mind is REST(Representational State Transfer). In REST, data can be accessed from server using url. Back in early 2000s, REST was best fit for most of the applications due to relatively simple client application and development pace wasn't really where it is today. …