Miles Sabin

Results 44 issues of Miles Sabin

The compiler rejects the following, ```scala object Test { trait Foo[T] trait Bar[T] implicit val foobar: Foo[Int] & Bar[Int] = ??? trait Quux[F[_]] implicit def quux[F[_]](implicit fi: F[Int]): Quux[F] =...

Currently embedded subobjects are assumed to be non-null. There are workarounds for situations which require nullability, but these aren't ideal and it would be better to provide first-class support.

enhancement

Currently the definition of the case(s) for unions in `

bug

Current coverage of the [GraphQL Specification, June 2018](https://graphql.github.io/graphql-spec/June2018/). - [x] 2 Language - [x] 2.1 Source Text - [x] 2.1.1 Unicode - [x] 2.1.2 White Space - [x] 2.1.3 Line...

conformance

This would support structured non-schema attributes.

enhancement

- [x] Rename master to main (#130) - [x] Get rid of `NoType` (#129) - [x] ~~Switch from `NullableType` to `NonNullType`~~ (#33) - [x] Unify fields and attributes - [x]...

housekeeping

In the meantime a similar effect can be achieved with a view.

enhancement
doobie backend
skunk backend

In the meantime a similar effect can be achieved using a view.

enhancement
doobie backend
skunk backend

Not quite published yet, but imminent: https://github.com/graphql/graphql-spec/pull/871 Changelog here: https://gist.github.com/leebyron/b804daea5abd624e638708bfbb731804.

conformance

Currently doobie array (and in the future jsonb) columns are handled as special kinds of leaf types as far as GraphQL query execution is concerned. It should be possible to...

enhancement