graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.89k stars 840 forks source link

Pull in support for null literals #690

Closed chrisfrank closed 6 months ago

chrisfrank commented 6 months ago

This PR incorporates @mpenick's support for null literals into our shiny new graphql-go fork. Thanks, @mpenick!

(For the record, we're working on a project at NYT that needs this feature, and if/when we have a good experience with it in production, we'll say so in the upstream PR thread and hope to get the original PR merged there. Our ideal outcome would be to help contribute upstream and retire this fork.)

coveralls commented 6 months ago

Coverage Status

coverage: 92.067% (+0.02%) from 92.048% when pulling dba344b0cf5f69a6fc1e936370cee4c59860554a on nytimes:nullish into f2b39caf7c92cab3f3f92726b55f59c74f54cfbc on graphql-go:master.