-
Notifications
You must be signed in to change notification settings - Fork 2
ENG-960 Improve DX for base DG queries #488
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
base: main
Are you sure you want to change the base?
Conversation
This pull request has been ignored for the connected project Preview Branches by Supabase. |
@mdroidian I made a lot of changes. Ideally you should review them, but it seems I cannot make you a reviewer since you're the author. Should I make another branch? |
Looks like it still shows up in my queue, so we are good. |
3a4244c
to
745edfc
Compare
packages/database/src/lib/queries.ts
Outdated
* }); | ||
* ``` | ||
*/ | ||
// Main entry point to query Concepts and related data: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any particular reason why the JSDoc and @example
was removed for getConcepts
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, that was an inadvertent loss in the rewrite, apologies. Reinstated and expanded.
3c741ae
to
bffce97
Compare
Example DX improvement (one of many options)
Before


After
