-
### Which packages are impacted by your issue?
_No response_
### Describe the bug
There's an issue on the website with the generated config schema for properties with a non-primitive type, definiti…
-
AppSync comes with the default GraphQL scalar types and with some handy [additional AWS types](https://docs.aws.amazon.com/appsync/latest/devguide/scalars.html).
It would be nice, however, to be able…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
The issue is basically the same as this one: https://github.com/nestjs/graphql/issues/222
Th…
silto updated
8 months ago
-
```
{
article {
author {
name
},
body
}
}
```
http://localhost:4000/graphql/blog?query=%7B%0A%09article%20%7B%0A%09%20%20id%0A%09%7D%0A%7D
[Hitting this endpoint](http://localh…
-
(This RFC grew out of the discussion around https://github.com/graphql/graphql-spec/issues/579 and is championed by @eapache and @andimarek.)
This RFC proposes attaching an optional URI to custom s…
-
**Describe the bug**
The DateTime scalar (GraphQLDateTime) fails to convert unix timestamp, for example, 1695416400, produces a date like 1970-01-20T14:56:56.400Z. Since the Unix timestamp represe…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
Gradle
### Package manager version
_No response_
### Language version
Java
### Manifest…
-
Using a minimum configration, I can't get the `type` to generate pydantic classes in the output file.
`graphql.config.yml`
```
projects:
default:
schema: ./schema.graphql
extensions:…
-
## Feature Request Type
- [ ] Core functionality
- [x] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
## Description
I'm trying to construct a JWT…
Skeen updated
4 months ago
-
**Is your feature request related to a problem? Please describe.**
graphql-eslint dosn't support AWS supported scalars and return **Unknown type** error. The main supported AWS scalars for AppSync …