gql icon indicating copy to clipboard operation
gql copied to clipboard

gql_code_builder: allow adding custom builder factories for nested collections

Open knaeckeKami opened this issue 7 months ago • 0 comments

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

knaeckeKami avatar Dec 31 '23 17:12 knaeckeKami