-
**Description:**
* Developers should be able to mark a field in a record type as `@deprecated`.
**Describe your problem(s)**
* When implementing functionality in a standard library module develop…
-
It seems like custom directives do not work on `extend type Object`, this might be by design but I could not find anywhere in the Ariadne docs or GraphQL specs something that confirms this.
Here is…
-
`graphql-java` added support for the `@oneOf` directive [in the 21.2 release](https://github.com/graphql-java/graphql-java/releases/tag/v21.2). I understand that `graphql-kotlin` is still using the `2…
-
There is a need to support Directives, currently just the `@client` directive for apollo, however I would like us to implement this in a generic way to allow for possible use of `@skip(if: ...)`, etc.…
-
I've been composing queries with gql.dsl and need to use the `@include` directive in a query. Other than https://github.com/graphql-python/gql/issues/278 I don't see any reference to directives.
Ar…
-
I'm trying to implement a custom directive with the schema definition:
`directive @authenticated(type: AuthenticationType) on FIELD_DEFINITION`
and I've create the `enum` and `directive` objects…
-
### What version of Bun is running?
1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983
### What platform is your computer?
Linux 6.4.13-200.fc38.x86_64 x86_64 unknown
### What steps can reprod…
-
Hi!
I was wondering if it would be possible to somehow support something like https://github.com/relay-tools/fetch-multipart-graphql in order to support the @defer directive. Would that change be t…
-
If the GraphQLHandler is:
```ts
import { createGraphQLHandler } from '@redwoodjs/graphql-server'
import directives from 'src/directives/**/*.{js,ts}'
import sdls from 'src/graphql/**/*.sdl.{js…
-
The GraphQL::Directive class makes it easy to programmatically create new Directives and add them to your Schema. I would like to make it equally easy to associate these Directives with GraphQL::Type…