-
Hello,
I am having an issue with using the generated PrismaTypes in my graphql server instance using graphql-yoga.
When i am running the remix application with npm run dev, then the types are set …
-
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…
-
**Describe the bug**
Version com.graphql-java:graphql-java:21.3
I faced that JSON schema introspection sometimes returns the same directive many times. This breaks code generation in API clients…
-
Currently the connection graphql directives (e.g. `@appendNode`, `@appendEdge`, etc...) can only be used on a field object but not an inline fragment. The proposal here is to expand. the usage of the …
-
**Describe the bug**
Codegen worked fine with "@graphql-codegen/add": "^3.1.0", "@graphql-codegen/cli": "1.21.7", "@graphql-codegen/typescript": "1.23.0", "@graphql-codegen/typescript-resolvers": "1.…
-
## Requirement
Currently in the GraphQL function directive, the invocation of a function's method is sync. It would be ideal to enable the developer to be able to specify invoke async to handle bette…
-
This will be the first in a series of posts about how we used advanced GraphQL tooling and functionality to better handle errors occurring during query resolution, and better equip clients to reason a…
-
**Describe the bug**
When wiring the default `graphql.java.extended.validation` setup with the `RuntimeWiringConfigurer` provided by the new `Spring for GraphQL` project, custom directives that are r…
-
#### This issue pertains to the following package(s):
- [ ] GraphQL Playground - Electron App
- [ ] GraphQL Playground HTML
- [x] GraphQL Playground
- [ ] GraphQL Playground Express Middleware
…
-
GraphQL Ruby has support for client directives now. It could potentially reduce the surface area of this library by quite a bit.
We have quite a bit code that seems to be responsible for generating…