Open WSINTRA opened 4 years ago
Build a login component and test it with backend db
mutation { signup( name: "Test" email: "test@savour.com" password: "test" ) { token user { id } } }
Build a login component and test it with backend db