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
-
Is it possible to use t.crud() for model writes and exclude some fields?
E.g.:
t.crud() on model reads however should include those fields.
I tried using computedInputs:
But when applied on update Mutation would not allow to use id as input for ProfileWhereUniqueInput:
Something like below would be nice:
Beta Was this translation helpful? Give feedback.
All reactions