Posts by Gabriel Mendes • 1 point
2 posts
-
0
votes1
answer61
viewsA: Node, Express and Graphql environment user system
I managed to solve the problem... ... only one Return was missing from the function var root = { createAccount: ({firstName, lastName, mobileNumber, email, password}) => { return…
-
-1
votes1
answer61
viewsQ: Node, Express and Graphql environment user system
Hello, world! I’m studying Graphql and I’m having a problem with this Mutation... var schema = buildSchema(' type userAccount { firstName: String! lastName: String! mobileNumber: String email:…