blocka
05/03/2020, 12:27 PM.graphqlconfig
and placed into it
{
"projects": {
"ui": {
"schemaPath": "api/graphql/schema.graphql"
}
}
}
Now in one of .ts files I have
import gql from 'graphql-tag'
export default gql`
`
but I get no autocomplete, error reporting, etc. in there