derbingle
05/23/2017, 1:44 PMtfiwm
05/23/2017, 2:04 PMtfiwm
05/23/2017, 2:05 PMricheterre
05/23/2017, 2:13 PMposts: allPosts(filter: {
user: {
id_not: <current user ID>
}
}) {
id
title
body
}
}
nikolal
05/23/2017, 2:22 PMnilan
05/23/2017, 2:23 PMtfiwm
05/23/2017, 2:24 PMgustavo_pch
05/23/2017, 2:54 PMdoug_w
05/23/2017, 3:32 PMaddToCourseInSession(
coursesCourseId: ID!,
sessionsSessionId: ID!)
: AddToCourseInSessionPayload
So this is the mutation I am try to use in the playground:
mutation {
addToCourseInSession(
coursesCourseId: cj30rdvha7w5n0119cifmh8y7,
sessionsSessionId: cj30rfjq71f8d0108ljnkq7ci):
AddToCourseInSessionPayload
}
I am getting a basic syntax error so I think I am just missing something smalldoug_w
05/23/2017, 3:44 PMleopradel
05/23/2017, 4:31 PMmll
05/23/2017, 5:09 PMjoshjoe
05/23/2017, 6:04 PM_signInUser
function I’m not seeing all of my commands execute. Here is what my _signInUser
looks like _signInUser = async () => {
try {
const authenticationResult = await this.props.signInUserMutation({
variables: { email: this.state.email, password: this.state.password }
});
AsyncStorage.setItem('token', authenticationResult.data.signinUser.token);
this.props.navigation.navigate('Home');
//await AsyncStorage.setItem('token', authenticationResult.data.signinUser.token);
}
catch (error) {
console.log(error);
}
};
joshjoe
05/23/2017, 6:06 PMsebastien
05/23/2017, 8:13 PMsixtatami
05/23/2017, 9:12 PMsixtatami
05/23/2017, 9:15 PMmannigan
05/23/2017, 9:36 PMartyom
05/23/2017, 9:54 PMartyom
05/23/2017, 9:55 PMtfiwm
05/23/2017, 10:44 PMppatidar
05/24/2017, 6:32 AMwasd171
05/24/2017, 7:58 AMppatidar
05/24/2017, 8:17 AMppatidar
05/24/2017, 9:03 AMppatidar
05/24/2017, 9:05 AMRoutes
failed for the following reasons:
1. Whoops. Looks like an internal server error. Please contact us in Slack (https://slack.graph.cool) and send us your Request ID: cj32rov8iifu50193xixbka2k
dges {node {id,name,itemCount,isSystem},cursor},pageInfo {hasdubois
05/24/2017, 9:11 AMakadop
05/24/2017, 9:26 AMakadop
05/24/2017, 9:26 AMakadop
05/24/2017, 9:26 AM