qsys
01/30/2018, 9:59 AMmutation {
createUser(
email: "..."
auth0UserId: "..."
appMeta: {
...
}
) {
id
appMeta {
id
}
}
}
but that doesn't work: graphcool complains it doesn't know auth0UserId
. But that field does exist (enabled auth0 integration).