-
It would be really neat if graphql-voyager could be integrated in the playground, it's a very nice schema visualisation tool.
> https://github.com/APIs-guru/graphql-voyager
It could be integrate…
-
When I am developing APIs that are used internally (e.g. REST or gRPC), I need to create port-forwards to things that do not display a webpage, but are used by other applications. In these situations…
-
# Overview
Since forms don't always have a 1:1 mapping to DataObjects, there's a need for a "form state" abstraction. While forms can be submitted through GraphQL (see #10 and #17), they're not ret…
-
Hi folks :) I've been thinking that maybe at some point we should add **first class** support for Pydantic.
## What does **first class** support mean?
Currently we support Pydantic via an, albei…
-
I've written a GraphQL request which uses several times the same fragment through different fragments (see the code below and https://github.com/coq/bot/blob/bc65314888df8e8c6c8bad55624f9492a36a1e78/b…
-
We need to be able to support consuming & storing [GraphQL errors](https://www.apollographql.com/docs/react/data/error-handling/) produced by the API in our application state, as well as errors thrown…
-
## Ending the REST vs GraphQL debate once and for all
![](https://github.com/dwwoelfel/oneblog-brand-new/blob/master/img/704/1*ImnnfwJEdDIH3CtV2-U98A.gif?raw=true "Activate REST API in a snap")
# TL…
-
**What problem does this feature proposal attempt to solve?**
When the `@throttle` directive is applied and hit, the client side has no way to know when they can re-try.
**Which possible solutio…
-
To document tests failing too often.
-
### Which packages are impacted by your issue?
@graphql-codegen/cli, @graphql-codegen/core
### Describe the bug
```graphql
type Query {
# health check
time: Int!
allUsers: [User!]!
cur…