Skip to content

Document how to make GraphQL Explorer work

Stan Hu requested to merge sh-doc-graphql-assets into main

What does this Merge Request do and why?

The GraphQL Explorer feature depends on the graphiql-rails gem, which produces its own static JavaScript and CSS assets. These assets don't appear to be generated on-demand for some reason, probably because we've disconnected Sprockets. For now, we can document the workaround for precompiling the assets and link the issue for removing this gem.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Stan Hu

Merge request reports