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

Broken typing of select inside of expand #90

Open
hakimio opened this issue Aug 22, 2024 · 0 comments
Open

Broken typing of select inside of expand #90

hakimio opened this issue Aug 22, 2024 · 0 comments

Comments

@hakimio
Copy link

hakimio commented Aug 22, 2024

Recently I have noticed that auto-completion of column names inside expand select no longer seems to work:

const commentExpand: Expand<Comment> = {
    user: {
            // no user column auto-completion here
            select: []
        }
    };

Simple query select works as expected.

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

No branches or pull requests

1 participant