Open EgorBarakhov opened 2 years ago
Add type SquishedString useful for emails and personal info in forms
SquishedString
List of steps to manually test introduced functionality:
mutation { updateUser(input: { email: " tony@stark.avenger " firstName: " Robert " lastName : " Downey Jr. " }) { me { email firstName lastName } } }
While reviewing pull-request (especially when it's your pull-request), please make sure that:
.env.example
N/A
Summary
Add type
SquishedString
useful for emails and personal info in formsHow it works
Test plan
List of steps to manually test introduced functionality:
Review notes
While reviewing pull-request (especially when it's your pull-request), please make sure that:
.env.example
and added to HerokuDeploy notes
N/A
References