We're using Absinthe as our Relay backend, and due to a limitation in the way it parses the incoming queries, the column for an error's locations is unavailable. As a result, the error formatter errors due to the returned column being 0 (understandable, since that's not a valid column number). This change fixes that problem.
We're using Absinthe as our Relay backend, and due to a limitation in the way it parses the incoming queries, the column for an error's locations is unavailable. As a result, the error formatter errors due to the returned column being 0 (understandable, since that's not a valid column number). This change fixes that problem.