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
Why are these changes being introduced:
* Rather than our playground always pointing at a specific version of
TIMDEX, this has the playground use the "local" version, which can
include local development, PR builds, stage, prod, etc.
Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/TIMX-183
How does this address that need:
* Updates to the latest version of the GraphiQL playground example
code
* Adds support for using the running, or "local", version of the GraphQL
endpoint
Document any side effects to this change:
* There was an attempt to create a script to auto download the various
3rd Party CDN resources and serve them localy. Most of the files
worked fine, but `graphiql.min.js` consistently downloaded in a state
in which whitespace was replaced with non-whitespace characters. It
felt like an encoding issue, but it was unclear how to resolve it.
Loading the file in a browser as text and copy/pasting worked, but
downloading directly in a browser, using curl, wget, or http CLI all
led to the same behavior. As such, relying on the 3rd Party CDN at
this time seemed prudent.
0 commit comments