rse / hapi-plugin-graphiql

HAPI plugin for GraphiQL integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReferenceError: graphQLParams is not defined

ashish-mobikasa opened this issue · comments

Hi,

While initialising the graphiql i get the above error

Stack Trace:

ReferenceError: graphQLParams is not defined
at graphQLFetcher (graphiql.js:997)
at t.value (graphiql.js:894)
at t.value (graphiql.js:894)
at commitLifeCycles (graphiql.js:644)
at B (graphiql.js:667)
at A (graphiql.js:665)
at t (graphiql.js:664)
at x (graphiql.js:663)
at y (graphiql.js:662)
at D (graphiql.js:661)

The documentation was just wrong: the parameter is named "params" and not "graphQLParams". Now fixed.

Thanks!