ed
01/30/2018, 5:27 PMmutation {
addFriends1: addFriend(id: 1) {id},
addFriend2: addFriend(id: 2) {id}
}
in the database query is it executed as 1 transaction or they are executed as 2 independent transactions?
Thanks in advancewesbos
01/30/2018, 5:55 PMjanz
01/30/2018, 6:03 PMupwork guru
01/30/2018, 7:07 PMupwork guru
01/30/2018, 7:08 PMkpfeuffer
01/30/2018, 7:21 PMed
01/30/2018, 7:42 PMwesbos
01/30/2018, 7:46 PMdisableAuth: true
doesn’t seem to workqsys
01/30/2018, 7:53 PMenv
variables can't be set in .graphcoolrc
or in graphcool.yml
? This means, if having different projects, one would need to re`export` the `env`s everytime again, when switching graphcool cli project?rwatts3
01/30/2018, 8:13 PMwesbos
01/30/2018, 8:17 PMwesbos
01/30/2018, 8:18 PMsajmil
01/30/2018, 9:28 PMsteven
01/30/2018, 9:46 PMjjaybrown98
01/30/2018, 9:56 PMServer response was missing for query'null'
errors with prisma? I don't believe I'm making a high freq of requestsanton-b
01/30/2018, 10:04 PMjoe
01/30/2018, 11:21 PM"graphql-playground": "graphcool/graphql-playground#1.4.2"
dependency? is there a plan to publish a new release on npm in the near term?joe
01/30/2018, 11:22 PM"request.credentials": "include"
)?joe
01/30/2018, 11:24 PMQ
01/31/2018, 2:21 AMQ
01/31/2018, 2:32 AMQ
01/31/2018, 3:03 AMKimiiz
01/31/2018, 3:41 AMckelley
01/31/2018, 5:22 AMconst updateUser = await ctx.db.mutation.updateUser(
{
where: { id: user.id },
data: {
password: hash,
resetToken: null,
resetExpiry: null
},
}
)
When I run this mutation, nothing happens to resetToken
and resetExpiry
in the db (their values don't get set to null
).
They're not required in my data model, either:
#
verifyToken: String @unique
resetToken: String @unique
resetExpiry: DateTime
Anyone else experiencing this issue?
I'm on prisma@1.1.2jabelone
01/31/2018, 5:22 AMJay
01/31/2018, 5:30 AMJay
01/31/2018, 5:30 AMmark.james
01/31/2018, 5:39 AMMark
01/31/2018, 5:58 AMMark
01/31/2018, 5:58 AM