Skip to content

Broken typing of select inside of expand #90

Open
@hakimio

Description

@hakimio

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions