-
running into following errors while trying to install / run on windows 10 git bash
```
node-pre-gyp WARN Pre-built binaries not found for bcrypt@3.0.6 and node@12.9.1 (node-v72 ABI, unknown) (fall…
-
Hello `genqlient` team !
We are trying to generate queries from a GraphQL schema that contains interfaces that implements other interfaces.
According to the GraphQL specs, this should be valid (…
-
### 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…
-
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, I'm opening this issue as I realized that, if a input type is incorrectly defined in the schema, the generation of the GraphQL API files (`elm-graphql --introspection-file Schema.json ...`) can…
-
2 vulnerabilities detected from 6381abc84daf393ff9d89d762a216e3463e446e5
```
$ npm audit
=== npm audit security report ===
┌───────────────────────────────────────────…
-
Having timeouts with requests doesn't propagate through links and in general has caused weird behaviors such as causing timeout on app start (even though manually setting timeout to 60 sec). As it's n…
-
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 trying to get a manually-configured Lambda up using this example. When I hit the gateway API endpoint, I get this error in the CloudWatch logs:
```
"TypeError: Cannot read property 'indexOf' …
-
I'm using last version of graphql v0.7.9
I have query "users" which should return a list of users:
![image](https://user-images.githubusercontent.com/22654219/129334764-222ace0a-1bc3-4b93-9a64-7…