grackle icon indicating copy to clipboard operation
grackle copied to clipboard

Grackle: Functional GraphQL for the Typelevel stack

Results 31 grackle issues
Sort by recently updated
recently updated
newest added

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

Tracing is always available if you're using Skunk, so we can replace SkunkMonitor with something that records events in context.

enhancement

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

conformance

Define a method on `SqlMapping` that verifies referenced columns exist and are declared with compatible types and nullity.

enhancement