iamclaytonray
02/23/2018, 12:26 PMhoria.ancas
02/23/2018, 12:34 PMpatrick_madx
02/23/2018, 1:11 PMERROR: Whoops. Looks like an internal server error. Search your cluster logs for request ID: cluster:cluster:cjdzydutx5iwo0149wvzi8vsc
{
  "data": {
    "deploy": null
  },
  "errors": [
    {
      "message": "Whoops. Looks like an internal server error. Search your cluster logs for request ID: cluster:cluster:cjdzydutx5iwo0149wvzi8vsc",
      "path": [
        "deploy"
      ],
      "locations": [
        {
          "line": 2,
          "column": 9
        }
      ],
      "requestId": "cluster:cluster:cjdzydutx5iwo0149wvzi8vsc"
    }
  ],
  "status": 200
}Ted Williams
02/23/2018, 1:16 PMMike
02/23/2018, 1:45 PMiamclaytonray
02/23/2018, 1:50 PMTodd Humphrey
02/23/2018, 2:10 PMuser
02/23/2018, 2:30 PMhttps://prisma.slack.com/files/U6JPD2CKG/F9CTL8DCY/screen_shot_2018-02-23_at_01.12.11.png▾
iamclaytonray
02/23/2018, 3:07 PMzelphir
02/23/2018, 3:10 PMNick Luger
02/23/2018, 3:14 PMschema.graphl-file in yoga? Currently i'm defining all models twice, once in GraphQL SDL and once in TypeScript...johhansantana
02/23/2018, 3:32 PMjohhansantana
02/23/2018, 3:32 PMjohhansantana
02/23/2018, 3:33 PMbmitch
02/23/2018, 4:05 PMed
02/23/2018, 6:56 PMimport aws from 'aws-sdk'
I got it is undefined and I installed it already. Thanks in advanceGeorge Willaman
02/23/2018, 7:06 PMzcourts
02/23/2018, 8:00 PMTrey
02/23/2018, 10:05 PMaryan
02/23/2018, 11:52 PM_fieldnameMeta { count } , but is it possible to oder based on the count?Kimiiz
02/24/2018, 8:30 AM<input type="text" name="team[]" id="team" />terion
02/24/2018, 1:35 PMdocker-compose? It doesn't work as I see 😞
https://github.com/graphcool/prisma/issues/1972Kimiiz
02/24/2018, 4:11 PMconst stageTwoConfig = {
    name: ‘createTeamWork’,
    props: ({
        createTeamWork,
        ownProps: { client }
    }) => ({
        update: (event) => {
            const data = new FormData(event.target)
            event.preventDefault()
            event.stopPropagation()
            createTeamWork({
                variables: {
                    firstName: this.state.firstName,
                    lastName: this.state.lastName,
                    position: this.state.position,
                    experience: this.state.experience,
                    eduBg: this.state.eduBg,
                }
            }).then((res) => {
                console.log(‘res ok’, res)
                // redirect({}, ‘/voucher/form/stage-3’)
            }).catch((error) => {
                console.error(‘error’, error)
            })
        }
    })
}max
02/24/2018, 5:02 PMpicosam
02/24/2018, 6:40 PMtypescript-advanced-boilerplate-based project, I changed NODE_ENV into local instead of dev? What  dependencies or side-effects am I not seeing?Kimiiz
02/24/2018, 7:36 PMnilan
02/24/2018, 7:37 PMKimiiz
02/24/2018, 7:49 PMhailwood
02/25/2018, 12:02 AMFitch
02/25/2018, 12:08 AM