-
Many components (`resource_specifications/+page.svelte` as an example) have multiple `query()` bindings in them which could be combined into a singular `query()` which requests all dependent data in i…
pospi updated
1 month ago
-
The current dependency tree looks similar to this:
```
+-------------+
| |
| graphql-cli |
| |
+------+------+
^
|
…
-
### Bug description
While querying large datasets leveraging `findUnique` to prevent GraphQL N+1s, we're experiencing parameter binding errors due to the amount of bound parameters created in the b…
-
## Summary
The ballerina graphql package provides client implementation to execute query and mutation operations by connecting to the server. But the subscription operation is not supported by the cl…
-
I'm feeling that rejoiner could be split into some modules which would make it more generally useful and easier to adapt to different usecases. I'm thinking out loud here so please tell me I'm wrong b…
-
```
$ node_modules/.bin/graphql prepare -p test-dosvit-app-prisma-local -o src/experiments -g graphcool-ts --bindings --save
✔ Bindings for project database written to src/generated/prisma.ts
```
-
**Description:**
With https://github.com/ballerina-platform/ballerina-lang/pull/41049, we are adding support for error typed binding patterns in the on-fail clause.
With this, `NodeFactory.createO…
-
Hey there,
we run into random `ECONNRESET` problems for weeks now and tried many things to mitigate the problem. We use supertest for e2e testing a GraphQL API built with Nest.js.
We run it like…
-
Imagin some code generator that transforms GraphQL schema into ReScript type definitions
For given GraphQL schema:
```graphql
interface Node {
id: ID!
}
type User implements Node {
id…
-
When calling authorize, the 'parent object' passed to the policy is not an instance of the relevant model, it is instead an instance of the object type.
```
# Gemfile
gem 'graphql-pundit', '~> 0…