ersherr
12/01/2017, 4:40 PMshrek
12/01/2017, 4:40 PMDukuo
12/01/2017, 4:44 PMsteveb
12/01/2017, 4:50 PMmichaelchiche
12/01/2017, 4:52 PMgraphcool playgroundmichaelchiche
12/01/2017, 4:53 PMuser
12/01/2017, 4:55 PMhttps://prisma.slack.com/files/U5A3JBD6W/F88BPATDZ/screen_shot_2017-12-01_at_17.54.19.pngâž
https://graphcool.slack.com/files/U5A3JBD6W/F88BPATDZ/screen_shot_2017-12-01_at_17.54.19.pngâž
bdougie
12/01/2017, 8:04 PMgraphcool init --platform existing.graph.cool/122343bdougie
12/01/2017, 8:16 PMbdougie
12/01/2017, 8:17 PMbdougie
12/01/2017, 8:17 PMmplis
12/01/2017, 8:30 PMTommyFortune
12/01/2017, 8:32 PMsebastien
12/01/2017, 8:59 PMDesktop graphcool -v
 ⸠   Cannot read property 'targets' of undefined
Get in touch if you need help: <https://www.graph.cool/forum>
To get more detailed output, run $ export DEBUG="*"pcgilday
12/01/2017, 9:39 PMsunil
12/01/2017, 10:26 PMBilal K
12/01/2017, 11:03 PMGraham Ballantyne
12/01/2017, 11:10 PMdoug_w
12/01/2017, 11:13 PM'react-instantsearch/dom'orr
12/02/2017, 12:21 AMstton
12/02/2017, 2:04 AMstton
12/02/2017, 2:07 AMcloudpilot
12/02/2017, 6:07 AMVinnie
12/02/2017, 9:49 AMrein
12/02/2017, 1:37 PMpuffancs
12/02/2017, 1:41 PMexport const CREATE_USER_MUTATION = gpl`
  mutation CreateUserMutation($email: String!, $password: String!, $name: String!) {
    signupUser(
      email: $email,
      password: $password
      name: $name,
    ) {
      id
    }
    authenticateUser(
      email: $email,
      password: $password
    ) {
     id
     token
    }
  }
`;Rory Kelly
12/02/2017, 2:13 PMAllen Elks
12/02/2017, 3:06 PMSandeep
12/02/2017, 3:46 PMtimwis
12/02/2017, 5:19 PM