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.
top of page
bottom of page
Comments