Open pie6k opened 7 years ago
Eg.
// file.js import { gql } from 'react-apollo'; const myQuery = gql` query { *query here* } `
Is it possible to have autocomplete support inside such tags?
Change your line endings to LF or fix \n -> [\r\n] inside .atom\packages\graphql-autocomplete\lib\graphql\getQueriesInFile.js
\n
[\r\n]
.atom\packages\graphql-autocomplete\lib\graphql\getQueriesInFile.js
Eg.
Is it possible to have autocomplete support inside such tags?