nilan
07/24/2017, 2:12 PMevent.data.<Type>.previousValues.fieldName
ckelley
07/24/2017, 2:15 PMgraphql-request
to add batch request capabilities; given the goal of keeping the lib really simple, is this something you all would accept?jvbianchi
07/24/2017, 2:48 PMmwickett
07/24/2017, 3:06 PMagartha
07/24/2017, 3:24 PMandre
07/24/2017, 4:10 PMidToken
which can be passed to the createUser
mutation. What happens when the token expires and the user has to perform another auth flow. This would lead to another entry in the User
“table”, right?mwickett
07/24/2017, 4:19 PMgraphcool-lib
inside of a server side subscription function? Or does it only work in a schema extension function?Pieter
07/24/2017, 5:20 PMstaugaard
07/24/2017, 5:22 PMpreviousValues
does not have access to relations.peterp
07/24/2017, 5:48 PMauthenticateAnonymousUser
? It consumes a String, but what about a userId?nilan
07/24/2017, 5:51 PMfrankspin
07/24/2017, 6:33 PMspences10
07/24/2017, 7:14 PMspences10
07/24/2017, 7:15 PMfrankspin
07/24/2017, 7:50 PMmutation {
createUser(
auth0UserId:"${graphcoolUser.user_id}"
name: "${graphcoolUser.name}"
picture: "${graphcoolUser.picture}"
email: "${graphcoolUser.email}"
emailVerified: ${graphcoolUser.email_verified},
role: "ADMIN"
){
id
}
}`)
role: "ADMIN"
isn't working, also role: "[ADMIN]" isn't workingagartha
07/24/2017, 7:53 PMrole: ADMIN
jdspugh
07/24/2017, 10:47 PMmatty
07/25/2017, 3:23 AM[Type]
and let the user edit the list of Types in the browser, what's the best option for committing all updates in a single transaction (on both the array of Types and the parent object)amore
07/25/2017, 3:23 AMmikael
07/25/2017, 3:34 AMDataloader
? the node module from Facebook that lets you batch requestsmatty
07/25/2017, 3:34 AMmatty
07/25/2017, 3:34 AMmatty
07/25/2017, 3:34 AMmatty
07/25/2017, 3:36 AM[String]
in a single mutation, not sure if its possibly when its an array of a custom type thoughmatty
07/25/2017, 3:54 AMmatty
07/25/2017, 3:54 AMmatty
07/25/2017, 3:56 AMmatty
07/25/2017, 3:56 AMmatty
07/25/2017, 4:50 AMmatty
07/25/2017, 4:50 AM