The Wayback Machine - http://web.archive.org/web/20200618085322/https://github.com/graphile/postgraphile/issues/1235
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphiQL / Explain Improvements #1235

Open
benjie opened this issue Feb 21, 2020 · 1 comment
Open

GraphiQL / Explain Improvements #1235

benjie opened this issue Feb 21, 2020 · 1 comment

Comments

@benjie
Copy link
Member

@benjie benjie commented Feb 21, 2020

  • Add option to enable analyze on queries only
  • Add option to export as JSON rather than text (for import into https://tatiyants.com/pev/#/plans/new)
  • Add button (or similar) to easily copy the SQL query or explain results
@hyusetiawan
Copy link

@hyusetiawan hyusetiawan commented May 18, 2020

maybe im just not used to it, but is it possible to improve the readability?

select to_json(dob) as "__dob"
from users as __local_0__
where (
  __local_0__.id = $1
) and (TRUE) and (TRUE)

is hard to parse what is going on, or perhaps there is a guide on how to understand it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.