captbaritone / grats

Implementation-First GraphQL for TypeScript
https://grats.capt.dev
MIT License
297 stars 16 forks source link

Apply runtime checks for semantic nullability to shore up type-holes #103

Closed captbaritone closed 8 months ago

captbaritone commented 8 months ago

With strict semantic nullability, eventually we expect the executor to run validations that the field is not null and return an error if they are. While we wait for that capability to become available in graphql-js we implement our own runtime check in Grats.

netlify[bot] commented 8 months ago

Deploy Preview for grats ready!

Name Link
Latest commit 07dde869702379aff6f2828405a37a974d73b76e
Latest deploy log https://app.netlify.com/sites/grats/deploys/65a0e75bd4c7d90008e48f0a
Deploy Preview https://deploy-preview-103--grats.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

captbaritone commented 8 months ago

Note the original commit for this PR got delete and replaced with https://github.com/captbaritone/grats/commit/a1123d53bb5288c83cbc0a8079a27ce60b490381