-
As i was testing the requests in the graphql playground, i noticed that the data did not match the filters.
I made a request for one server with isEmpty set to false, and then the same one with isE…
-
Context
---
Nestjs is a popular framework for architecting Nodejs backend services. I enjoy working with Nest, just as I do with Nexus / Prisma.
Issue
---
There's currently no community consens…
-
Hi,
Has the work on introspection started yet? I would like to help if you can give me some pointers. I want to use this with elm-graphql, but it requires introspection to generate type-safe bindings…
-
### Product
Hot Chocolate
### Is your feature request related to a problem?
I'm facing unexpected behavior when defining my GraphQL types. We are using the code-first approach with explicit f…
-
Hi everyone!
I'm @urigo the founder of [The Guild](http://the-guild.dev).
As recently [been announced](https://www.prisma.io/blog/the-guild-takes-over-oss-libraries-vvluy2i4uevs) on the Prisma b…
Urigo updated
2 years ago
-
Hi,
I've found that if I use the graphql-kafka-subscriptions module (0.2.3) with webpack then I get the following error when the module is required:
````
path.js:28
throw new TypeError('Pa…
-
I'm currently using graphql-code-generator to generate types for the "app" part of the code and the experience is awesome.
It gives me the types for the public api which I can export for the front-…
-
# Bug Report
**Current behavior**
There is no possibility of setting the value "null" for arguments because of the restrictions on types
**Reproduction**
_Scheme_
```gql
type User {
…
OniVe updated
6 years ago
-
@ntziolis commented on [Sat Aug 18 2018](https://github.com/prisma/prisma/issues/2942)
**Summary**
When using fragments + NOT naming the subscription Prisma (not app endpoint) returns `{ data: null …
-
Why does `executeRaw` is not supported here?
Using Prisma client is not an option for my case. Can this be added?