Brent Parker

Results 5 comments of Brent Parker

Running into this also. Seeing the same thing as the OP, it prints out the __base type instead of the concrete type. In debug mode the concrete type is printed...

@Rydeard The fix is checked into gql-dart https://github.com/gql-dart/gql/commit/85f6df5c785844a96c1e49b772b16e2f61a793b1 . You will have to fork ferry and update it to grab the latest gql-dart, until the ferry dependencies are updated.

I think this should be looked at as anyone who uses flutter web will run into this issue. It seems like the issue might be in [here](https://github.com/gql-dart/gql/blob/b761664f75834e4487a8c1d6f7bfd9a1c84adf5e/codegen/gql_code_builder/lib/src/serializers/inline_fragment_serializer.dart) . It looks...

@smkhalsa I tried to do something in https://github.com/gql-dart/gql/pull/312 . I'm still very new to dart code gen stuff, and was having troubles figuring out how to run all the tests(looks...

Noticing this issue as well for our web application. Pretty much only happens with slow connections.