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
3 tasks
benjie opened this issue Feb 21, 2020 · 3 comments
Open
3 tasks

GraphiQL / Explain Improvements #1235

benjie opened this issue Feb 21, 2020 · 3 comments

Comments

@benjie
Copy link
Member

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

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?

@benjie benjie added this to V5.0.0 Oct 4, 2023
@github-project-automation github-project-automation bot moved this to 🌳 Triage in V5.0.0 Oct 4, 2023
@benjie benjie moved this from 🌳 Triage to 🐭 Shrew in V5.0.0 Oct 4, 2023
@benjie
Copy link
Member Author

benjie commented Oct 5, 2023

@hyusetiawan FYI the SQL in V5 is significantly easier to understand:

V4

image

V5

image

@benjie benjie removed this from V5.0.0 Sep 27, 2024
@benjie benjie added this to V5.X Sep 27, 2024
@github-project-automation github-project-automation bot moved this to 🌳 Triage in V5.X Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🌳 Triage
Development

Successfully merging a pull request may close this issue.

2 participants