-
Subgraph locations aren't always reported (i.e. in the case of graphql-js errors during composition). This results in a UX where schema authors are given an error without being told where to resolve i…
-
**What problem does this feature proposal attempt to solve?**
I am trying out GraphQL, testing various features in order to include it in some of the web apps I am developing with laravel. Being…
kplgr updated
3 months ago
-
#### This issue pertains to the following package(s):
- [ ] GraphQL Playground - Electron App
- [x] GraphQL Playground HTML
- [ ] GraphQL Playground
- [ ] GraphQL Playground Express Middleware
…
-
I used the code in the example & ran 'npm start'
```
"start": "babel-node index.js --presets es2015,stage-2"
```
```
Now using node v8.9.0 (npm v5.5.1)
me@me-Latitude-E7470:~/Development/Pro…
-
Proof:
* https://gridsome-starter-blog.netlify.com/say-hello-to-gridsome/
* https://gridsome-starter-blog.netlify.com/tag/releases/
The "Say Hello to Gridsome" post is not published but still s…
-
Hello!
I have taken an interest in using this library in one of my projects which uses [Apollo Federation](https://www.apollographql.com/docs/apollo-server/federation/introduction/) as its architec…
-
So something like that would be possible
```json
{
"schema": {
"url": "https://...",
"headers": "x-auth-token: test; x-custom-flag: test"
}
}
```
-
Running `rover graph introspect ` returns an output that omits deprecated fields from input objects. I believe this is related to the SDL returned by the gateway rather than a problem with rover CLI.
…
-
### Amplify CLI Version
12.10.1
### Question
So I have [this schema](https://pastebin.com/VLcrTvsS) that I use in my [Amplify project on AWS](https://i.imgur.com/exOjwVF.png). This schema works per…
Odaym updated
9 months ago
-
I have a monorepo setup with multiple relay projects. I usually open vscode at the root of the repo. The apollo vscode project seem to handle multiple apollo.config.js files well but relay-config does…