What is GraphQL
- Vivek Bhardwaj
- Dec 20, 2022
- 1 min read
GraphQL is more about get what you want. In a traditional REST APIs approach if we want to change the fields of response then we have create a separate end point for that requirement. In graphQL we can decide from frontend which end fields to take.
Comments