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
We create mutations in the form of delete<entityName>(id:)
e.g. deleteBooks(id:)
Instead, we should explicitly singularize the entity name since these mutation by ids act on a single item
We create mutations in the form of
delete<entityName>(id:)e.g.
deleteBooks(id:)Instead, we should explicitly singularize the entity name since these mutation by ids act on a single item