-
**Is your feature request related to a problem? Please describe.**
Currently `@graphql-yoga/plugin-jwt` is incompatible with most edge runtimes as it relies heavily on nodejs internals not availabl…
-
This is going to go wrong more than once, so we should replace it with something transparent.
The simplest approach looks to be to write code as normal, e.g.:
```js
import { visit } from "graph…
alloy updated
5 years ago
-
On Python 3.8.12 with py-graphql-client 0.1.1 and websockets-client 0.54.0 running on Ubuntu focal, I see this exception when I call close():
```
stopping 5990f26aabc1472bad9913d8d3cf34b9
Excepti…
-
Following code...
```typescript
// User.ts
import { objectType } from '@prisma/nexus';
export const User = objectType({
name: 'User',
definition(t) {
t.string('username', { nullable: …
-
## Version and Environment Details
__Operation system__: Ubuntu 18.04
__IDE name and version__: WebStorm 2020.1, see all debug info in this [YouTrack ticket](https://youtrack.jetbrains.com/issue/W…
-
Hey @kaqqao ,
I've tried updating my spring boot version to 3.3.0 and then got the following Stacktrace, when trying to access a graphql endpoint.
Could you maybe have an eye on it?
```Java
ja…
-
The https://github.com/n1ru4l/graphql-public-schema-filter library can filter schemas to expose just a portion of the schema to be public.
This would be useful have a public API that was limited to…
-
## Why?
You can write entire schema in GraphQL and then call `buildSchema`. But you cannot write only single type or partials and then combine them simply. Why?
### There is some effort:
* `graph…
-
It seems like custom directives do not work on `extend type Object`, this might be by design but I could not find anywhere in the Ariadne docs or GraphQL specs something that confirms this.
Here is…
-
Hi There
First, a huge thank you to @manueliglesias - absolutely love appsync.
The problem (as others have pointed out) is the bundle size. It is huge, and the reason it is big is mainly because…