- Updated
graphql
to15.5.0
, adding support for latests graphql features - Updated
graphql-tag
to2.11.0
, support for graphql 15.5.0
- Updated
graphql
to0.12.3
, adding support for string descriptors - Updated
graphql-tag
to2.6.1
, adding support for multiple exports
- Updated
graphql
to0.11.3
- Catch parsing errors correctly, showing exactly where a
.graphql
file is erroring - Allow importing
.graphql
files fromnode_modules
again
- Prevent automatically evaluating any
.graphql
files fromnode_modules
- Support Fields Descriptors
- Empty
.graphql
files do no longer crash the server
- Add support for
.graphqls
files
- First version with
.graphql
and.gql
file import support