-
### Environment information
```bash
(edited)
CLI:
Version: 1.9.4
Biome Configuration:
Status: Loaded successfully
Formatter disabled: …
-
Using AWS AppSync you can export both a `.graphql` schema, and a full `.json` schema.
The `.graphql` is your basic actual definitions:
```graphql
schema {
query: AAAAAAAAAAA
}
type AAAAA…
-
Hi. Seems that there is no way to handle custom directives. This issue was created at @IvanGoncharov's [request](https://github.com/graphql/graphql-js/issues/41#issuecomment-490044071).
I use [gr…
-
### Issue workflow progress
_Progress of the issue based on the
[Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_
- …
-
### Background
Currently all entities need to have `id: ID` to follow the graphql spec. Internally with postgres this creates a TEXT primary key column. This can have some limitations when using nu…
-
Opening an issue from https://discord.com/channels/707636530424053791/1123687185837740053/1290092449183698965 - me and @helderco had a chat about this in person at our offsite.
Current enum support…
-
### Issue workflow progress
_Progress of the issue based on the
[Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_
- …
-
From https://github.com/graphql/composite-schemas-spec/blob/main/spec/Section%202%20--%20Source%20Schema.md#is.
If the arguments of “is” are mutually exclusive and fail composition in tandem, then …
gmac updated
2 months ago
-
In your example
example/codegen/pb/options.graphql
There are the directives of the services
```
directive @Query on FIELD_DEFINITION
directive @Service on FIELD_DEFINITION
directive @Test on…
-
## Actual Behavior
If I have a schema which have Apollo Federation specific directives like `@key` and `@external` the extension fails with the error:
```
undefined
10/28/2020, 12:58:20 PM [1]…