-
Would be awesome if GQty would support passing along and extracting (custom) directives.
### Official description:
> A directive can be attached to a field or fragment inclusion, and can affect …
-
Currently, the schema directives added in https://github.com/strawberry-graphql/strawberry/pull/815 "don't change the behavior of your GraphQL schema but instead provide a way to add additional metada…
-
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…
-
I'm not sure if this is intentional but the generated federation SDL is invalid for non-Apollo tools because it doesn't include the federation directive definitions. Here's a minimal reproducible test…
-
For form data submission and basic events like declaring, we should postpone adding validation until custom events.
For things like user creation however this should be implemented asap
>[!WARNING]
…
-
I am reviving #1262 as I have an use case that is related to that discussion:
> Right now directives are purely a feature of the GraphQL language and IDL, so a schema not created using IDL definiti…
-
On this PR, https://github.com/ardatan/graphql-tools/pull/3081 `SchemaDirectiveVisitor` has been removed. This make complicated to use Graphql-tools/utils in the latest version with your component.
…
-
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…
-
**Is your feature request related to a problem? Please describe.**
In new version of graphql-modules there is no documentation for how to implement directives with graphql-modules, old version had …
-
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…