gql-dart / gql

Libraries supporting GraphQL in Dart
MIT License
267 stars 121 forks source link

gql_code_builder: allow adding custom builder factories for nested collections #436

Open knaeckeKami opened 8 months ago

knaeckeKami commented 8 months ago

Nested Collection types like [[Int]] currently don't work when serializing due to https://github.com/google/built_value.dart/issues/124

Workaround: allow adding custom builder factories, similar to custom serializers