Closed wortkotze closed 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." } ] }
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
:( 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." } ] }