You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type 'Promise<Category>' is not assignable to type 'Ref<Category>'.
Type 'Promise<Category>' is missing the following properties from type 'Category': _id, name
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone, I need help to pass function to populate some values. I'm using this function to populate.
I have 3 entities, Brands, Categories and Items.
The item entitiy look like this:
and the resolver item is:
But, show me this error:
How do I should to do it?
Beta Was this translation helpful? Give feedback.
All reactions