Dan Caddigan

Results 37 issues of Dan Caddigan

Many have argued that the default behavior of Arrays in the schema should be `[Obj!]!`: ex: ``` type Foo { bars: [Baz!]! } ``` Most of the time, when you...

Currently, you need to use the generated ormconfig. Allow usage of custom ormconfig by ENV var.

Somehow I missed OneToOne. Need to add support for this.

Currently, you need to specify `WARTHOG_DB_DATABASE`, it will not pull from `WARTHOG_DB_URL`

From: @dzhelezov Native support for long integers (ts type BigInt). It probably requires an opinionated choice of a suitable GraphQL scalar + numeric Postgres type.