-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: handle favorite queries #275
Conversation
f3c95b7
to
4e48105
Compare
4e48105
to
150e733
Compare
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.
🌳 Looks good, just a few comments, really like the simplicity of this since it has been de-coupled 👍
export const FAVORITE_ITEM: ItemFavoriteRecord = convertJs([ | ||
{ | ||
id: `favorite-item-id`, | ||
item: ITEM_1, |
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.
missing createdAt
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.
It's just not useful in these tests so I didn't put a value
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.
LGTM I've left one comment so we can move forward to a new format for mutations.
6bb0a9b
to
a66037b
Compare
Based on branch
typeorm
Related PRs: