ckelley
06/16/2017, 4:54 PMcreateUser
mutation, why are both the email
and password
nested inside another email
object? https://www.graph.cool/docs/reference/simple-api/user-authentication-eixu9osueb/ckelley
06/16/2017, 5:00 PMagartha
06/16/2017, 7:21 PMnilan
06/16/2017, 8:21 PMSo, does this mean that I can reference different types of authentication for the same user?This is not the case; with the current authentication system, a user node can only be connected to one auth provider at the same time. it's the auth provider that was chosen when using
createUser
. It cannot be changed later.agartha
06/16/2017, 8:24 PMnilan
06/16/2017, 8:32 PMnilan
06/16/2017, 8:32 PM