-
**Update:** We stop supporting Yeoman for now, until we can find a good way to maintain it in our project, see more details https://github.com/lvarayut/relay-fullstack/issues/72.
Here is all the fe…
-
## Waiting for a fix in a 3rd party lib
Can't fix/improve those parts right now, would need improvements in Apollo, graphiql and GraphQL Playground.
- [X] Populate the `Authorization` header when …
-
1. Work
2. Learn
-
By running `gql create` with the vue-fullstack-advanced boilerplate, I get an error while building packages.
graphql-cli 3.0.11
node 10.14.1 with nvm
macOS 10.14.3
```
[graphql create] Instal…
-
#### This issue pertains to the following package(s):
- [ ] GraphQL Playground - Electron App
- [ ] GraphQL Playground HTML
- [x] GraphQL Playground
- [x] GraphQL Playground Express Middleware
…
-
Things are out of date and are causing problems:
- node 8 -> 10
- postgres 9 -> 11
- docker-compose.yml -> v3
```
warning "eslint-config-fbjs@2.0.0" has incorrect peer dependency "babel-eslint@…
-
As projects like Relay have shown, it's relatively common to repeat the same generic structures of types multiple times within a project. In the case of Relay, I'm talking about Connections.
The Gr…
-
It would be nice to be able to reformat error in `errorHandler`. It's useful when you need to modify error before sending to client, for example:
- translate `Internal server error` message to othe…
-
## Problem statement
GraphQL spec currently forbids recursive references in fragments - section 5.5.2.2:
> 5.5.2.2 Fragment spreads must not form cycles
The reasoning given is that reference cy…
-
Unfortunately at the current point of time Prisma 2 doesn't yet support subscriptions (real-time API features). Prisma 1 followed a different architecture which provided support for subscriptions. **W…