GraphQLSwift / GraphQL

The Swift GraphQL implementation for macOS and Linux
MIT License
938 stars 72 forks source link

Error when calling schema generation with introspection query #2

Closed lgaches closed 7 years ago

lgaches commented 7 years ago

I'm trying to generate code with apollo-codegen. I received an error with the schema.json generated.

Syntax Error GraphQL (1:4) Expected , found Name "longer"

1: No longer supported

codecov-io commented 7 years ago

Current coverage is 79.56% (diff: 100%)

Merging #2 into master will not change coverage

@@             master         #2   diff @@
==========================================
  Files            70         70          
  Lines          8513       8513          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           6773       6773          
  Misses         1740       1740          
  Partials          0          0          

Powered by Codecov. Last update 344b405...3f63dd0