yarax / swagger-to-graphql

Swagger to GraphQL API adapter
MIT License
924 stars 150 forks source link

Schema empty #100

Closed wortkotze closed 5 years ago

wortkotze commented 5 years ago

:( everything is starting fine but the schema seems to be empty and the gui is thorwing an error

{ "errors": [ { "message": "Names must match /^[_a-zA-Z][_a-zA-Z0-9]*$/ but \"Map«string,object»\" does not." } ] }

bildschirmfoto 2018-12-20 um 00 30 35

yarax commented 5 years ago

Hi. This is an internal graphql.js error, pointing out that type name is wrong. I actually doubt that it would work with Swagger either