Warren Smith

Results 4 issues of Warren Smith

When an incoming query is processed input coercion and validation is run on all inputs. Since variables are coerced and validated separately, when the input is processed the types have...

When GraphQLInputs are used with nested inputs using variables they fail validation. Here is an example using Let annotations: ``` import 'package:json_annotation/json_annotation.dart'; import 'package:leto_schema/leto_schema.dart'; part 'test_handler.g.dart'; @GraphQLInput() @JsonSerializable() class TestValue...

### Component(s) router ### Component version 0.106.0 ### wgc version 0.63.1 ### controlplane version 0.106.0 ### router version 0.106.0 ### What happened? Edit the router config to forward all headers....

bug
internally-reviewed

When performing a Subscription operation we do a .listen() on the resulting stream to process the events as they come in. Sometimes the subscription is closed from the server side,...