-
Data converted following the instructions at [https://github.com/Swirrl/graphql-qb/blob/master/doc/table2qb-cubiql.md](url) is producing an "Internal server error: exception" when retrieving the obser…
-
```graphql
# datamodel.graphql
type Post {
id: ID! @unique
createdAt: DateTime!
updatedAt: DateTime!
likes: [Like!]!
}
```
```graphql
# schema.graphql
type Post {
id: ID! @un…
-
@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?
-
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…
-
### What happened?
Running gqlgen in our project with a few hundred types can lead to >12 GB of memory usage on my local MacBook M2, as well as consuming a large portion of the CPU. It runs for ~1-2 …
-
**Describe the bug**
WOQL read_document returns corrupted subdocument ID:s using prefixed subdocuments, unsure if it's due to the subdocument class being prefixed, the parent being prefixed or someth…
-
### The issue
I have a difficult to reproduce issue in Npgsql v8. This issue is not present in v7.
This is the code that throws the exception.
https://github.com/ChilliCream/graphql-platform/…
-
Hi, I am having issues generating Typescript schemas for queries returning arrays. Following works with no issues:
```graphql
type Query {
notifications(start: Int, end: Int): Notification
}
…
-
We use zeus to generate typescript bindings for a graphql endpoint that has a lot of types and fields. Our generated files are huge. They are often a source of repo conflict and reviewing diffs is cha…