We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
select
expand
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.