-
Notifications
You must be signed in to change notification settings - Fork 0
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: