-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GraphQL Playground settings do not get set #1746
Comments
I have the same issue using the latest apollo-server-express 2.1.0 |
I think they might have fixed this and related setting persistence issues in prisma/graphql-playground repo: However, as @omgrief stated, there's a fork of playground under apollographql namespace (here?) that should pick up the new 1.8.0 release? |
Hi - I made a PR for it here, hope someone in charge will merge it: apollographql/graphql-playground#1 |
In addition to updating the `@apollographql/graphql-playground-html` fork, which is necessary to avoid bundling `graphql-config` which had been problematic in serverless environments, this updates the version number which is served from the CDN. I've just published `@apollographql/[email protected]`. Ref: #1746 Ref: apollographql/graphql-playground#2 Ref: apollographql/graphql-playground#1 Thanks for @javlund for kicking off some of this work!
In addition to updating the `@apollographql/graphql-playground-html` fork, which is necessary to avoid bundling `graphql-config` which had been problematic in serverless environments, this updates the version number which is served from the CDN. I've just published `@apollographql/[email protected]`. Ref: #1746 Ref: apollographql/graphql-playground#2 Ref: apollographql/graphql-playground#1 Thanks for @javlund for kicking off some of this work!
In addition to updating the `@apollographql/graphql-playground-html` fork, which is necessary to avoid bundling `graphql-config` which had been problematic in serverless environments, this updates the version number which is served from the CDN. I've just published `@apollographql/[email protected]`. Ref: apollographql/apollo-server#1746 Ref: apollographql/graphql-playground#2 Ref: apollographql/graphql-playground#1 Thanks for @javlund for kicking off some of this work!
I'm still having this issue. I have created a reduced test case here: https://github.com/Binarytales/jubilant-octo-telegram I originally posted this issue against |
I've done a bit more digging and with the help of @HuVik I think that this issue wasn't actually fixed in It looks like UPDATE: I'm still a bit confused about which versions of which packages have the needed fix and are or are not in use by various projects. However, for the benefit of future travellers stumbling across this thread I eventually discovered this post which was most illuminating: #1855 (comment) |
I am still seeing this issue and have no workaround at the moment other than to wire up graphql-playground or graphiql manually. I am using |
Go to your GraphQL Playground route, and notice that the settings are just default settings.
related to github.com/graphql/graphql-playground/issues/741
Adding this here as there appears to be a copy of
graphql-playground-html
under the@apollographql
namespace, and will possibly need to be updated when they fix this.The text was updated successfully, but these errors were encountered: