Marc Qualie
04/25/2018, 7:48 PMhamdi
04/25/2018, 8:09 PMTim
04/25/2018, 8:16 PMweakky
04/25/2018, 9:18 PMPhilippe
04/25/2018, 10:45 PMhamdi
04/25/2018, 11:37 PMKyleG
04/25/2018, 11:46 PMprisma deploy is there a way I can have my PRISMA_MANAGEMENT_API_SECRET secret NOT defined in ~/.prisma/config.yml? I just added a nice .env file with the var defined for when I use docker-compose for the Prisma server. The managementApiSecret option gets populated automatically thanks to the .env file when it reads docker-compose.yml. I was initially hoping prisma deploy would read and find the var defined in the .env there but nope, I gotta duplicate my secret between different files (.env and ~/.prisma/config.yml) - I'd like one source of truth if possible but not a huge deal if not...iamclaytonray
04/26/2018, 12:10 AMUser and extends/implement the Teacher and Student types? Thanks ahead of time for your help! If someone’s willing to jump on a Skype/etc call with me, I’d be willing to pay you for an hour of your time in USD 😄dohomi
04/26/2018, 4:53 AMKimiiz
04/26/2018, 5:10 AMdohomi
04/26/2018, 7:34 AMThere are issues with the new service definition:
  Global
 software.amazon.awssdk.services.lambda.model.CodeStorageExceededException: Code storage limit exceeded. (Service: null; Status Code: 400; Error Code: CodeStorageExceededException; Request ID: 26edf846-4924-11e8-9c12-330d8bb3f7b5)dohomi
04/26/2018, 7:35 AMflamez
04/26/2018, 7:54 AMsrc/generated/prisma.graphql in Prisma 1.7flamez
04/26/2018, 7:56 AMflamez
04/26/2018, 7:56 AMspacek33z
04/26/2018, 8:56 AMhoria.ancas
04/26/2018, 9:16 AMhoria.ancas
04/26/2018, 9:18 AMjohn
04/26/2018, 9:56 AMOluwajubelo
04/26/2018, 10:22 AMpatrick
04/26/2018, 10:26 AMmfts0
04/26/2018, 11:29 AMwoss
04/26/2018, 12:32 PMprisma deploy doesn’t regenerate the database model. any idea?
# prisma.yml
endpoint: '${env:PRISMA_ENDPOINT}'
datamodel: datamodel.graphql
# graphqlconfig
projects:
  app:
    schemaPath: src/schema.graphql
    extensions:
      endpoints:
        default: '<http://localhost:4000>'
  database:
    schemaPath: src/generated/prisma.graphql
    extensions:
      prisma: database/prisma.yml
      prepare-binding:
        output: src/generated/prisma.ts
        generator: prisma-tspettanko
04/26/2018, 12:49 PMmedelman
04/26/2018, 12:55 PMidkjsx
04/26/2018, 1:59 PMidkjsx
04/26/2018, 2:21 PMsteveb
04/26/2018, 2:26 PMgenerated folder if the service is already up to date?Wbert
04/26/2018, 2:30 PM"WebSocket is closed before the connection is established."
Any advice? thats happens randomlyhuv1k
04/26/2018, 2:41 PM