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
Hello 👋
I hope you are all having or had a great weekend 😄
I'm wondering if there's a way to get the fieldName of the field when generating mock values. It'd help when doing something like this, where we might want the mock values to be more specific and context-aware:
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
-
Hello 👋
I hope you are all having or had a great weekend 😄
I'm wondering if there's a way to get the
fieldName
of the field when generating mock values. It'd help when doing something like this, where we might want the mock values to be more specific and context-aware:Technically, the
fieldName
could be passed intogenerateValueFromType
(I think this is the right place) to support this.I'd love to get some input/feedback.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions