-
```
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: graphql-rate-limit-directive@2.0.5
npm error Found: rate-limiter-flexible@5.0.4
npm error no…
-
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…
-
When I use my schema, a directive throws `Only scalar (or nonnull version of this) are supported`.
The related part of the schema:
```graphql
"""The directive is responsible for authorization ch…
-
```
using XYZ.DiscountCard.Debugging;
using GraphQL;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Server.Kestrel.Core;
using Microsoft.Extensions.DependencyInjection;
using Sys…
-
### 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…
-
**Is your feature request related to a problem? Please describe.**
I would like to create GraphQL [directives](https://docs.nestjs.com/graphql/directives) to add reusable validation rules to the [res…
-
Add the following documentation to the `LinkType`
```rust
pub enum LinkType {
#[default]
/// Points to another Tailcall Configuration file. The imported
/// configuration will be …
-
### How did you install the Amplify CLI?
npm
### If applicable, what version of Node.js are you using?
22.8
### Amplify CLI Version
12.11.1
### What operating system are you using?
Mac
### Did…
-
### Describe the bug
I just did a setup for extracting [`vue`](https://github.com/dimaMachina/graphql-eslint/pull/2735) and [`svelte`](https://github.com/dimaMachina/graphql-eslint/pull/2736) ``'s an…
-
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…