ChilliCream / ChilliCream/graphql-platform
@http directive
Open
@michaelstaib is already working on this.
Since May 23, 2023.
🌶️ hot chocolate
Area: Fusion
- Dominant language
- C#
- Stars
- 5.8k
- Forks
- 810
- Avg merge
- 15h 39m
- Merged PRs (30d)
- 98
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.
The solution you'd like
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.