DEV Community

Discussion on: Open source e-commerce Rails 6 & GraphQL with JWT

Collapse
 
peterklein profile image
Peter Klein

Thanks for your reply @jorgealvarez

In the frontend after filling my data into the form it throws me:

Variable signupInfo of type SignupInput! was provided invalid value for email (Expected value to not be null), password (Expected value to not be null), accountName (Expected value to not be null)

Thread Thread
 
jorgealvarez profile image
Jorge Alvarez

Hello again:

Apologies, the error was due to a half finished refactor of the Signup page. I've completed it and it should work now.

Update your code to the latest master version, please.

Cheers