Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Warn on GraphQL parser exceptions (#642)
Fix silent parsing failure When GraphQL `parse` fails to parse a file errors are silently ignored. Was having an issue with a whitespace character in one of our `.graphql` files which was rather difficult to trace.
- Loading branch information