An HTTP ("REST") API is certainly no more wasteful than GraphQL.

Reply to this note

Please Login to reply.

Discussion

If done right, it's literally just pushing bytes over the wire, whereas GraphQL at the very least involves JSON parsing, comparison, reconstruction, and serialization.