wesbos
08/29/2017, 3:50 PMmwickett
08/29/2017, 4:12 PMslorber
08/29/2017, 4:21 PMdannyql
08/29/2017, 5:58 PMauser
08/29/2017, 6:16 PMauser
08/29/2017, 6:18 PMcreateUser() (a graphql function) with auth0, I am getting a response of The provided idToken is invalid despite having the auth0 integration credentials correctzach
08/29/2017, 6:36 PMDaniel K.
08/29/2017, 6:39 PMnotrab
08/29/2017, 7:00 PMzach
08/29/2017, 7:03 PMmwickett
08/29/2017, 7:14 PMcovingtondoan
08/29/2017, 7:15 PMagartha
08/29/2017, 7:15 PManton-b
08/29/2017, 7:22 PMgraphcool-auth-token after signing in a user?. Is is safe enough to just store it in their localStorage, and remove it when the user logs out manually?mwickett
08/29/2017, 7:26 PManton-b
08/29/2017, 7:27 PMbe4r
08/29/2017, 9:02 PMRed, Green, Blue. Sometimes they just want Red, sometimes they might want anything that is Red Or Blue, or sometimes they might just want it all. How can I write this query so it is dynamic based on what I pass from the client? Because writing a query like this wouldn’t be too dynamic.
{
allPokemons(filter:{
OR: [
{
colorses_some: {
color:"Green"
}
},
{
colorses_some: {
color:"Red"
}
}
]
}){
name
}
}be4r
08/29/2017, 9:02 PMColor schema that takes a color of String!lancej
08/29/2017, 9:10 PMdanlin604
08/29/2017, 9:18 PMauser
08/29/2017, 9:41 PMaurnik
08/29/2017, 9:56 PMflorian
08/30/2017, 12:39 AMmwickett
08/30/2017, 12:41 AMwesbos
08/30/2017, 12:44 AMmarika.w
08/30/2017, 1:15 AMmarika.w
08/30/2017, 1:16 AMsteveflee
08/30/2017, 1:29 AMsteveflee
08/30/2017, 1:30 AMcoffenbacher
08/30/2017, 1:52 AMCloudFront attempted to establish a connection with the origin, but either the attempt failed or the origin closed the connection.
Am I doing something wrong? Or should I just retry when this happens? I'm doing bulk inserts / deletes as part of working on a migration script, so that may have something to do with it.