-
## Summary
Hi!
I'm building a GraphQL client leveraging the power of gql.tada (it's really mighty!), and I would like to implement a `@paginate` directive to enable dynamic pagination fo…
-
# Transport Context Data
In some cases, we want to pass in extra information with a GraphQL request that can be used in the client middleware to enrich the request.
Since Strawberry Shake suppor…
-
hi, there
is it possible to pass @cached directive?
https://hasura.io/docs/latest/graphql/cloud/response-caching/
-
One of the disadvantages of GraphQL’s request/response model is that the GraphQL response is not returned to clients until the entire request has finished processing. However, not all requested data m…
-
**Is your feature request related to a problem? Please describe.**
In my GraphQL Schema, I have some types which are only used to return data via the @customResolver directive. Like the following:
…
-
You can read the rendered RFC at https://github.com/graphql/graphql-wg/blob/main/rfcs/OptInFeatures.md
Symmetrically to `@deprecated`, was it ever considered to add an `@requiresOptIn` directive?
…
-
I was using the ta/edn2sdl function to convert back some edn files to graphql, and I noticed that all the directives have been dropped.
I think the issue is that I'm using the edn format exported b…
-
Heyho,
it seems like there is currently no way to specify schema files by their filename. Instead it is only possible to configure directories.
From GraphqlProperties.java:
```
private String[…
-
Same problem as previously.
Using Visual Studio I cloned the repo again, rebuild solution, and the following errors:
```
Build started at 11:06 PM...
1>------ Build started: Project: StarWars-…
-
Hello!
It seems like there is an issue with the deprecated fields.
I am specifying a list of URLs and using `graphql.IntrospectRemoteSchemas(...)` to get my schema.
I realised that the behaviour …