Itay Amzaleg
Itay Amzaleg
Following [GraphQLError extension to add error code #72](https://github.com/GraphQLSwift/Graphiti/issues/72) on [Graphiti](https://github.com/GraphQLSwift/Graphiti). I was looking for a better way to handle GraphQL errors on client. Inspired by [Apollo Server error extensions](https://www.apollographql.com/docs/apollo-server/data/errors/) I...
Question, I'm looking for an easier way of parsing and handling errors on client. I want to add an extension to the `GraphQLError`, So I can add an error code...
Following [Vapor's Validation API](https://docs.vapor.codes/4.0/validation/), I'm not really sure what is the right way to validate arguments in Graffiti. I've made the arguments struct conform to `Validatable` but since I cannot...
Hi @alexsteinerde, How can I return response code other that 200 for specific scenarios (unauthorized etc)? I've tried adding a custom error middleware but because `RoutesBuilder` status is always ok...
Hi, Is there a way to set [interruption-level](https://developer.apple.com/documentation/usernotifications/unnotificationinterruptionlevel) value like `time-sensitive` for `APNSDevice`? [Send communication and Time Sensitive notifications](https://developer.apple.com/videos/play/wwdc2021/10091/?time=680) for more context if needed example payload: ``` { "aps" :...
Might be related to [this](https://github.com/django/channels/issues/1119) I've started getting those errors out of the blue every few graphql queries, while the server freezes completely and stays unresponsive until I restart. ```...