▲ | sgarland 4 days ago | |||||||
Tangential from a discussion in TFA about GraphQL: > One benefit of GraphQL was to solve the “waterfall” problem of traditional REST APIs by allowing clients to ask for multiple pieces of data in one query. For example, instead of making three sequential HTTP calls:
…you can write one GraphQL query to fetch it all at once.Or you could have designed a schema to allow easy tree traversal. Or you could use a recursive CTE. | ||||||||
▲ | pests 4 days ago | parent [-] | |||||||
> a scheme to allow easy tree traversal Huh that sounds a lot like graphql | ||||||||
|