Hello. Thanks for such good module. Please add `bytea` type. ```diff --- a/DBIC.pm +++ b/DBIC.pm @@ -46,6 +46,7 @@ my %GRAPHQL_TYPE2SQLS = ( # pgsql 'cidr', 'inet', + 'bytea', ], Int => [ 'bigint', ```