-
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…
-
The plugin isn't applying the constraints from the GraphQL input definition to the generated zod schema. Based on what I can tell from the codebase, everything seems to be configured correctly. Am I m…
-
Hello, I'm extending our application to be integrated in GraphQL federation and I encountered a weird bug.
We are heavily utilizing directives in our schema, to extend resolving logic of our fields…
-
### What happened?
I wanted to implement a custom directive for `input` types called `@validate`.
My directive hook looks like this:
```go
config.Directives.Validate = func(ctx context.Cont…
-
# Current State
GraphQL schema updates should be as self-service as possible to reduce bottlenecks for change. In addition to adding new schema, _schema must be replaced/removed over time_.
The …
-
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 …
-
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…
-
## 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
…
-
## 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]…
-
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…