Back when GraphQL started being around, I prototyped a proxy server that accepted a JSON dsl to resolve a series of calls to a backend JSON/REST API, so that the chain of calls would be batched up closer to the server.
Worked pretty well. Definitely something that could be make to. Kind of graphql themed but how it translates to REST can be explicit.
Worked pretty well. Definitely something that could be make to. Kind of graphql themed but how it translates to REST can be explicit.