-
The `User` type is complicated because it involves both user data stored in DynamoDB (username, image ids, # of games played), as well as a series of authentication credentials and authorization roles…
-
### Product
Strawberry Shake
### Version
13.9.14
### Link to minimal reproduction
https://filebin.net/gs6gkxscspus013d/GraphQlSerializerIssue.zip
### Steps to reproduce
1. Go to h…
-
Hi!
I was wondering if it would be possible to somehow support something like https://github.com/relay-tools/fetch-multipart-graphql in order to support the @defer directive. Would that change be t…
-
### Describe the bug
the expansion of the auth directive function is employed, whereby each procurement of authorization is identical, as though it has been cached.
```javascript
import { getD…
cheft updated
9 months ago
-
`graphql-java` added support for the `@oneOf` directive [in the 21.2 release](https://github.com/graphql-java/graphql-java/releases/tag/v21.2). I understand that `graphql-kotlin` is still using the `2…
-
The GraphQL python library is based on the GraphQL js implementation. There is currently no way to attach directives, (other than the deprecated directive), to types in the GraphQL schema and the main…
-
egg-graphql
.
├── app
│ ├── graphql
| | ├── common
| | | └── directive.js // custom directives
│ │ ├── project
│ │ │ └── schema.graphql
│ │ ├── schemaDirectives
│ …
-
There is a need to support Directives, currently just the `@client` directive for apollo, however I would like us to implement this in a generic way to allow for possible use of `@skip(if: ...)`, etc.…
-
The GraphQL::Directive class makes it easy to programmatically create new Directives and add them to your Schema. I would like to make it equally easy to associate these Directives with GraphQL::Type…
-
As mentioned [on Discord](https://discordapp.com/channels/407792526867693568/620480540281405440/620483298845655041), it isn’t possible to change the role used by an existing websocket connection, sinc…