-
```
query {
getLatestComic {
transcript
year
month
day
link
news
}
}
```
```
{
"data": {
"getLatestComic": null
},
"errors": [
{
"m…
-
**Is your feature request related to a problem? Please describe.**
Often graphql schema's are split in multiple files.
**Describe the solution you'd like**
Allow to specify the schema using a…
-
**Describe the bug**
When `--federation` or `--aws` flag is used, it renders `diff` command useless.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a test file
```
$ cat test.g…
-
I'm getting this error when I build my local graphclient package:
```
Failed to generate the schema Error: Failed to fetch introspection from https://api.thegraph.com/subgraphs/name/graphprotocol/…
-
using this version of the kickstart:
```
com.graphql-java-kickstart
graphql-spring-boot-starter
5.10.0
```
my GraphQL schema:
```
interface Mother {
# Mother fields
}
…
-
## Description
`@oneOf` is not recognized as a known directive by rover
### Steps to reproduce
try to compose a supergraph with a `@oneOf` directive in use without declaring the directive
…
-
API V2 has uses Graphql. Add Swagger if possible
-
### Environment information
```plain text
N/A
```
### Description
The list of deprecated sub-dependencies:
```
@babel/plugin-proposal-class-properties@7.18.6
@babel/plugin-proposal-object-rest…
-
### Environment
------------------------------
- Operating System: `Darwin`
- Node Version: `v18.12.0`
- Nuxt Version: `3.0.0`
- Nitro Version: `1.0.0`
- Package Manager: `yarn@1.22.…
-
# Question about GraphQL Shield
I am using `mongoose` with `graphql` via `graphql-compose-mongoose` with a schema that has nested relational documents. To populate the document for a query I have p…