Feature Request <@U0RQY0KK5> I like the fact that ...
# prisma-whats-new
p
Feature Request @nilan I like the fact that for server-side subscriptions you update the example data as we add fields to the subscription, but it's becoming quite annoying that each time I add a new field it is resetting all my example data. Especially in this case as my example data is a email address and I am testing it out so filling my own email in to see if it worked end to end and it keeps resetting to
string
. I know there's no way of you to know right now that the string is in fact a email, but maybe add email as a type (or just a checkbox somewhere on the settings to say this sting is an email address) and then in server-side subscriptions instead of defaulting the example value to
string
it defaults to the logged in user's email (the user logged into the console via github or whatever auth0 account)