paulquappe
11/25/2017, 3:30 PMagartha
11/25/2017, 3:32 PMpaulquappe
11/25/2017, 3:32 PMmutation AuthenticateUserMutation($email: String!, $password: String!) {
authenticateUser(email: {
email: $email,
password: $password
}) {
token
user {
id
}
}
}`
paulquappe
11/25/2017, 3:33 PMpaulquappe
11/25/2017, 3:33 PMagartha
11/25/2017, 3:35 PMpaulquappe
11/25/2017, 3:36 PMagartha
11/25/2017, 3:36 PM