Tallyb / loopback-graphql

Adding graphql to loopback, based on Apollo Server
MIT License
201 stars 18 forks source link

{"errors":[{"message":"Must provide document"}]} #50

Closed beiluo closed 7 years ago

beiluo commented 7 years ago

i clone this repo,when i run it,it report a error. {"errors":[{"message":"Must provide document"}]}

Tallyb commented 7 years ago

Can you specify exactly how you run it?

beiluo commented 7 years ago

npm run server

Tallyb commented 7 years ago

Not sure why this happened. Can you make sure you npm install ran correctly? I just did a test myself and it seemed to work fine. Also - see if you can provide additional information.