DEV Community

Discussion on: GraphQL vs REST: Performance

Collapse
 
karsens profile image
Karsens

What about the parsing of the graphql query. I think this is pretty cpu heavy and should also be factored in.

Collapse
 
tomekponiat profile image
Tomek Poniatowicz

What about the parsing of the JSON query? Its also pretty CPU heavy and should also be factored in. BTW you can send GraphQL and JSON but finally, you must resolve query the same with path parser and path args in REST.