-
Hi !
If I'm not mistaken @oneOf is not recognized in the last version of genql.
I have a schema.graphql file which contains @oneOf directive and got this error with the genql cli : `loading schema…
-
### Description
Directives are a fundamental part of GraphQL and as such I believe should be part of the base providing of any GraphQL implementation. It should be fairly straight forward to add as…
-
Add a `@export` directive to query fields that dynamically populates a defined variable. This would allow field values from one query/mutation to be used within another. For now, this should be scoped…
-
**Is your feature request related to a problem? Please describe.**
I am using https://github.com/0no-co/gql.tada which introduces an `@_unmask` directive which isn't in my actual schema. I can't us…
-
### Product
Hot Chocolate
### Version
14.0.0
### Link to minimal reproduction
https://github.com/wouth/FusionCompositionIssue
### Steps to reproduce
- Run `dotnet tool restore`
- Build `FusionC…
-
The [draft of the spec](https://spec.graphql.org/draft/#sec--deprecated) also explicitly mentions *input fields* as possible targets for the `@deprecated` directive. Therefore, we should also provide …
-
GraphQL errors have a `path` field that helps clients to locate the path in graph where error happened.
I am writing some custom directive implementation on top of `validator.Walk` and `validator.…
-
**Describe the bug**
Given the existing test
https://github.com/neo4j/graphql/blob/7ad1e91e1247e72998cb40403f3ed4ef0faa045c/packages/graphql/tests/tck/directives/customResolver.test.ts#L151-L169…
-
### Is this feature request related to a new or existing Amplify category?
api
### Is this related to another service?
AppSync
### Describe the feature you'd like to request
When I made some fiel…
-
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…