@robin
select.where
옵션이 있을 걸요?
@robin 저는 이런 식으로 쓰고 있어요.
export const Account = builder.drizzleNode("accountTable", {
name: "Account",
id: {
column: (account) => account.id,
},
select: {
where: {
usernameChanged: { isNull: true }
}
},
fields: (t) => ({
// ...
}),
});
If you have a fediverse account, you can reply to this note from your own instance. Search https://hackers.pub/ap/notes/0198e456-c676-71fc-a710-77a414f4753b on your instance and reply to it.