stearm
12/19/2017, 3:34 PMemail-password
integration and I would like to insert users using graphcool console/playground. Is it possible? The reason is that my application is used internally from my house and no one can signup to it.max
12/19/2017, 3:35 PMmutation signupUser($name: String!, $email: String!, $password: String!) {
signupUser(name: $name, email: $email, password: $password) {
id
token
}
}
max
12/19/2017, 3:36 PMmutation signupUser {
signupUser(name: "stearm", email: "<mailto:stearm@live.com|stearm@live.com>", password: "password") {
id
token
}
}
stearm
12/19/2017, 3:37 PMmax
12/19/2017, 3:41 PMmax
12/19/2017, 3:42 PMstearm
12/19/2017, 3:42 PMmax
12/19/2017, 3:45 PMstearm
12/19/2017, 3:54 PMstearm
12/19/2017, 3:54 PM