samsarahq / thunder

⚡️ A Go framework for rapidly building powerful graphql services

Home Page:https://godoc.org/github.com/samsarahq/thunder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphiql doesn't work with large schemas

mikehawkes opened this issue · comments

I can't get Grapiql docs or auto-complete to work with more complex or lengthy schemas. When I attempt to start up graphiql, I get a load of code in red appearing in the middle frame:

r@http://192.168.1.220:3030/graphiql/bundle.js:6:3554 T@http://192.168.1.220:3030/graphiql/bundle.js:1:4094 getFields@http://192.168.1.220:3030/graphiql/bundle.js:1:8420 http://192.168.1.220:3030/graphiql/bundle.js:6:38934 o@http://192.168.1.220:3030/graphiql/bundle.js:6:39071 reduce@[native code] e@http://192.168.1.220:3030/graphiql/bundle.js:6:41559 i@http://192.168.1.220:3030/graphiql/bundle.js:20:297366 http://192.168.1.220:3030/graphiql/bundle.js:20:262685 promiseReactionJob@[native code]

Documentation waits forever. While queries do run, there's no auto-complete. Also, the prettify button will turn pink but does nothing.