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
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
Uh oh!
There was an error while loading. Please reload this page.
-
Now for
t.crud
we haveuser
andusers
for queries andcreateOneUser
,updateOnUser
,updateManyUser
for mutations.Please note that for mutations we use verbs (create/update/upsert/delete) and One/Many + singular noun. But for queries it is quite different.
Perhaps it would be better to use
findOneUser
andfindManyUser
instead ofuser
andusers
?Beta Was this translation helpful? Give feedback.
All reactions