graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.86k stars 838 forks source link

Allow omitted non-null arguments when a default value exists (#7) #602

Open ddebrunner opened 3 years ago

ddebrunner commented 3 years ago

Based upon the code in the javascript reference.

Co-authored-by: Dan Debrunner dan@stepzen.com

Fixes #601

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.005%) to 92.427% when pulling f0977861270ce34e1950cdc0a98e6510ddf3a6b4 on steprz:issue-601-3 into 1a9db8859ef57c2821bbd47b0db9a1a09e617f41 on graphql-go:master.