DEV Community

Discussion on: GraphQL - Why you should be using it in 2021.

Collapse
 
dukaik profile image
dukai • Edited

Do i get it right, that first you select the WHOLE entity, that can take pretty long in case of multiple oneToMany, ManyToOne fields, then spring graphql returns only the requested fields? What is the benefit? The speed of generating a small graphql based json request response instead of a large REST response?