-
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…
-
I have recently started experimenting with compile-time code generation for the bindings that `graphql-binding` uses, and I thought that might also be applied to GrAMPS at some point.
Do you have a…
-
```
$ 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
```
-
Could graphql_ppx generate a let binding that contains the GraphQL query's name?
example input
```reason
module FooBarGQL = [%graphql
{|
query fooBarDingDong {
foo { bar }
}
|}
…
-
Is it possible to set aliases to fields?
Such as this
```gql
query HeroAndDroid($droidId: ID!) {
MYHERO: hero {
name
}
droid(id: $droidId) {
name
}
}
```
~~I was look…
-
I'm investigating using graphql & neo4j and came across this repo along with the [official bindings](https://github.com/neo4j-contrib/neo4j-graphql).
It looks like your repo came before the officia…
-
Hello,
I am on ubuntu 18.04 with node v10.16.0 and I am trying to install your package with `npm install serverless-iot-local` but I encountering some issues :
- I got a problem while installing…
-
Once we're supporting GraphQL directives (see #83) and a plugin system (see #84), there could be a Prisma plugin that automatically scaffolds the relation resolvers (similar to the `forwardTo` functio…
-
Hello, could these packages be updated in dependencies? graphql_flutter has 5.1.0 with bindings fix and cannot use it.
```
connectivity_plus: ^1.0.1 // there is version 2+
flutter:
sdk: fl…
-
Creating Prisma bindings is already a nice solution. Can't imagine how much effort we all would put into it if we had to create / maintain it manually.
Although the experience is already quite nice…