Open KES777 opened 1 year ago
Also timestamptz
and json
are not known:
--- a/DBIC.pm
+++ b/DBIC.pm
@@ -46,6 +46,8 @@ my %GRAPHQL_TYPE2SQLS = (
# pgsql
'cidr',
'inet',
+ 'bytea',
+ 'json',
],
Int => [
'bigint',
@@ -89,6 +91,7 @@ my %GRAPHQL_TYPE2SQLS = (
'type_time_with_timezone',
'type_timestamp_with_timezone',
# pgsql
+ 'timestamptz',
'timestamp with time zone',
'timestamp without time zone',
],
@@ -118,6 +121,7 @@ my %TYPEMAP = (
Hello. Thanks for such good module.
Please add
bytea
type.