Jon Saw
Jon Saw
How do we properly pass errors? Right now, all errors are returning as `"Lambda:Unhandled"`. Any way to customize `errorType`, `errorInfo`? ``` { "data": null, "errors": [ { "path": [ "updateProject"...
Screens: - Home Screen  - Sign Up  - Confirm Account  - Login  - Secure Counter 
I'm trying to setup a multilingual app with `Localizable.strings`. So far, the UI elements in SwiftUI all translate as expected. How do we get the validation messages to translate accordingly?