Files
go-ethereum/graphql
Marius van der Wijden 9f13c66fbd graphql: use returndata instead of return
Return() checks if there is an error. If an error is found, we return nil.
For most use cases it can be beneficial to return the output even if there
was an error. This code should be changed anyway once the spec supports
error reasons in graphql responses
2020-06-05 10:47:00 +03:00
..