graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.87k stars 839 forks source link

fix: error detection #561

Closed CxdInitial closed 4 years ago

CxdInitial commented 4 years ago

should check nullability of gt.err instead of local variable err which was checked before

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.03%) to 92.426% when pulling 30eae24ad70f73d58d881cdae67aef1209b9fd2c on CxdInitial:patch-1 into 33f0862d7e91c4aca9e8ed0b7940db23d4aed76b on graphql-go:master.