Open
Description
Product
Hot Chocolate
Is your feature request related to a problem?
@http(
clientName: "FooBar"
Url:"customers?first=$first&after=$after"
method: GET)
@http(
clientName: "FooBar"
Url:"customers?first=$first&after=$after"
method: GET,
batching: { ... }
pagination: { ... }
)
To streamline the work we have started with the json directives and allow easy rest service integration we want to add a new @http
directive that solves the complexities with fetching data.
Specifically we want to solve DataLoader and Pagination concerns.