Ubuntu 16.04 and Windows 10
graphql-playground-middleware-lambda 1.3.6
The playground should load as usual.
On Servless Offline you get
{"domain":{"domain":null,"_events":{},"_eventsCount":1,"members":[]}}
or on AWS you get
{"message": "Internal server error"}
graphql-playground-middleware-lambda/examples/basic or serverless-graphql/app-backend/rest-api yarn install or npm installserverless deploySetting the version to 1.3.1 solves the issue
And what about the latest version, because it's already on 1.3.19?
The latest version in the NPM registry seems to be 1.3.6
I think I am facing an issue related to this, I am working on an example with following dependencies:-
"graphcool-binding": "1.3.1",
"graphql-yoga": "1.1.1",
The GraphQLServer from graphql-yoga gets a working middleware path - http://cdn.jsdelivr.net/npm/[email protected]/build/static/js/middleware.js
But GraphQLServerLambda from graphql-yoga gets me a 404 middleware path - http://cdn.jsdelivr.net/npm/[email protected]/build/static/js/middleware.js
I tried to setup this on local to attempt a fix (by tinkering graphql-playground-html version) by linking graphql-yoga, graphql-playground to in order but I think I am missing something there.
Also, I wanted to know why do we have different packages in graphql-playground, do they need to be linked separately for development? What are the upsides of doing it in this way over say having one release for graphql-playground itself and whenever a sub-package changes, we can bump up the version of graphql-playground. Just curious about the though process behind current structure.
This should be fixed with [email protected] ✅
Most helpful comment
This should be fixed with
[email protected]✅