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
Adds a new HTTP handler that serves a configurable playground UI. Unlike the existing `gateway.PlaygroundHandler()` method, this one serves the static UI only and allows for some critical settings like request headers.
Also updates the version of the playground to the latest.
The cmd/gateway updates make it easier to use for the first time (don't need to remember to visit `/graphql`) and doesn't negatively impact previous users.
Closes#158Closes#120
0 commit comments