You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but I am still running into graphql/graphql-playground#317, and since there aren't any issues open on prisma's side after 1.3.10, it leads me to believe it is an issue with apollo-server/apollo-server-express or @apollographql/graphql-playground-html@1.6.0 or graphql-playground-html@1.6.0?
I would love to be able to use the playground built in to apollo-server-express (and use 2.0 because it has some really awesome improvements!) so that I can use the graphql path for both my API and playground (and it is slightly easier than using playground as a separate package)...
The text was updated successfully, but these errors were encountered:
I'm seeing this issue as well. Every time I hit the route, I'm greeted with a fresh UI, rather than having any of my previously built queries/variables persisted.
We may not have been running the latest version of GraphQL Playground at that time, but we're currently completely up to date. Please try the latest version of Apollo Server (v2.6.8, as of this writing) and if this problem persists, please open an issue on the GraphQL Playground repository. Thanks!
I am updated on all my dependencies:
but I am still running into graphql/graphql-playground#317, and since there aren't any issues open on prisma's side after 1.3.10, it leads me to believe it is an issue with
apollo-server
/apollo-server-express
or@apollographql/graphql-playground-html@1.6.0
orgraphql-playground-html@1.6.0
?I would love to be able to use the playground built in to
apollo-server-express
(and use 2.0 because it has some really awesome improvements!) so that I can use thegraphql
path for both my API and playground (and it is slightly easier than using playground as a separate package)...The text was updated successfully, but these errors were encountered: