atom-graphql-autocomplete
atom-graphql-autocomplete copied to clipboard
Syntax Error GraphQL Unexpected Name "on" for fragments
In a Relay (pre-Modern, 0.10.0) app, I'm getting syntax errors for "fragment on" queries,
.graphqlrc is using a file path:
{
"file": {
"path": "./schema.json"
}
}
Otherwise, the auto-complete works fine. Any ideas?
Seeing this as well