Skip to content

@http directive #6185

Open
Feature
@michaelstaib

Description

@michaelstaib

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.

The solution you'd like

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions