Graphiql: Plugin: ResultsViewer base64 string preview tooltip

Created on 6 Nov 2019  路  2Comments  路  Source: graphql/graphiql

The query window shows you a tooltip with helpful information when you hover over certain query tokens. Since using base64 encoded strings for IDs is common, it might be nice to do something similar for them -- a tooltip with the decoded contents of any base64-looking string in the response window. Strings above certain length can be ignored.

potential plugin

Most helpful comment

This sounds like a great candidate for a plugin in the new plugin system we'll be building. Thanks for submitting your issue.

All 2 comments

This sounds like a great candidate for a plugin in the new plugin system we'll be building. Thanks for submitting your issue.

yes this is brilliant. makes sense alongside the existing image preview

Was this page helpful?
0 / 5 - 0 ratings