olafur
05/12/2017, 3:37 PMaronio
05/12/2017, 3:46 PMmonkeybonkey
05/12/2017, 4:39 PMdoug_w
05/12/2017, 6:50 PMdoug_w
05/12/2017, 6:50 PMdoug_w
05/12/2017, 6:51 PMdoug_w
05/12/2017, 6:56 PMcreateUser
function inside of components/CreateUser
like so ->
createUser = () => {
const variables = {
noArgsTest: "Thats right"
}
this.props.createUser({ variables })
.then((response) => {
this.props.router.replace('/')
}).catch((e) => {
console.error(e)
this.props.router.replace('/')
})
}
And this does not throw an error or affect anything at all 😕doug_w
05/12/2017, 6:56 PMconst variables = {
idToken: window.localStorage.getItem('auth0IdToken'),
emailAddress: this.state.emailAddress,
name: this.state.name,
emailSubscription: this.state.emailSubscription,
}
doug_w
05/12/2017, 7:03 PM<http://localhost:3000>
to the list of CB urls, but sometimes I get this error, which I tried adding, and didn’t helpdoug_w
05/12/2017, 7:04 PMjasonbahl
05/12/2017, 8:52 PMkmeillet
05/12/2017, 9:21 PMkmeillet
05/12/2017, 9:21 PMskhamis
05/12/2017, 9:25 PMskhamis
05/12/2017, 9:26 PMartyom
05/12/2017, 9:43 PMdoug_w
05/12/2017, 9:44 PMartyom
05/12/2017, 9:45 PMdoug_w
05/12/2017, 9:45 PMartyom
05/12/2017, 9:49 PMartyom
05/12/2017, 9:49 PMderbingle
05/13/2017, 1:53 AMEven though DateTime values are stored in UTC, they are displayed in your local time zone when using the console.In this case, I’m storing birth/death dates of long-dead authors. When stored at
00:00:00Z
, after -0500
is added in the console it displays the day before.kmeillet
05/13/2017, 2:49 AMkmeillet
05/13/2017, 2:51 AMkmeillet
05/13/2017, 2:51 AMkmeillet
05/13/2017, 3:00 AMphil
05/13/2017, 3:24 AMsum
aggregate result from a query? eg. can I query for records, and just get back the total.phil
05/13/2017, 3:36 AM_all<XXX>Meta
query.phil
05/13/2017, 3:36 AM_
imply it’s unstable, likely to change?2ne
05/13/2017, 9:29 AM