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
Is your feature request related to a problem? Please describe.
GraphQL Playground is available at http://localhost:8080/graphql in dev mode. However in fact, without an access token, most GraphQL queries cannot be called, and moreover, to get the access token, you need to log in on the front-end and then look up the value stored in the local storage, which is very inconvenient.
Describe the solution you'd like
Luckily, GraphQL Playground is available as a React component, so we can implement new GraphQL Playground with a log-in button in the front-end.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
GraphQL Playground is available at
http://localhost:8080/graphql
in dev mode. However in fact, without an access token, most GraphQL queries cannot be called, and moreover, to get the access token, you need to log in on the front-end and then look up the value stored in the local storage, which is very inconvenient.Describe the solution you'd like
Luckily, GraphQL Playground is available as a React component, so we can implement new GraphQL Playground with a log-in button in the front-end.
The text was updated successfully, but these errors were encountered: