atom-graphql-autocomplete icon indicating copy to clipboard operation
atom-graphql-autocomplete copied to clipboard

Syntax Error GraphQL Unexpected Name "on" for fragments

Open tizmagik opened this issue 7 years ago • 1 comments

In a Relay (pre-Modern, 0.10.0) app, I'm getting syntax errors for "fragment on" queries,

image

.graphqlrc is using a file path:

{
  "file": {
    "path": "./schema.json"
  }
}

Otherwise, the auto-complete works fine. Any ideas?

tizmagik avatar May 25 '17 17:05 tizmagik

Seeing this as well

grydstedt avatar Aug 23 '17 11:08 grydstedt