Luke
11/07/2018, 3:55 AMCCBCodeMonkey
11/07/2018, 3:56 AMLuke
11/07/2018, 3:57 AMLuke
11/07/2018, 3:57 AMCCBCodeMonkey
11/07/2018, 3:59 AMCCBCodeMonkey
11/07/2018, 3:59 AMCCBCodeMonkey
11/07/2018, 3:59 AMCCBCodeMonkey
11/07/2018, 3:59 AMCCBCodeMonkey
11/07/2018, 3:59 AMLuke
11/07/2018, 4:00 AMLuke
11/07/2018, 4:00 AMLuke
11/07/2018, 4:22 AMLuke
11/07/2018, 4:22 AMLuke
11/07/2018, 4:22 AMCCBCodeMonkey
11/07/2018, 4:26 AMhinsxd
11/07/2018, 8:43 AMhinsxd
11/07/2018, 8:46 AMUpload
in my resolver, I have to use other library (or simply stream) to write the file then store the meta in db with prisma. Did I miss something?Gorodov Maksim
11/07/2018, 10:40 AMWarning: Management API authentication is disabled. To protect your management server you should provide one (not both) of the environment variables 'CLUSTER_PUBLIC_KEY' (asymmetric, deprecated soon) or 'PRISMA_MANAGEMENT_API_JWT_SECRET' (symmetric JWT).
. What's wrong?jacm
11/07/2018, 12:15 PMjacm
11/07/2018, 12:16 PMSteve Mason
11/07/2018, 2:11 PMgraphqlgen
, like this config on the graphqlgen docs https://oss.prisma.io/graphqlgen/#usage. My problem is that the defaultResolvers
have the wrong type, which seems like it has to do with the types coming from the prisma-client. The resolvers get scaffolded out, the types just don’t match up from the prisma-client types to the resolvers. Does anyone have this working?Greyson
11/07/2018, 4:36 PMprilutskiy
11/07/2018, 5:11 PMUxname
11/07/2018, 6:18 PMlawjolla
11/07/2018, 6:47 PMjdoyle112
11/07/2018, 7:20 PMRamin B
11/07/2018, 8:21 PMsrc
and prisma
directories, as described in this tutorial (https://www.prisma.io/tutorials/build-a-graphql-server-with-prisma-ct02/). I am using Heroku to deploy my project to using prisma deploy
. My first question is, do I deploy both prisma and also my server to the same Heroku app? Like, do I do a git push heroku master
from my project folder and expect the GraphQLServer
to run and accept requests?harrisrobin
11/07/2018, 9:13 PMprilutskiy
11/08/2018, 8:52 AMspences10
11/08/2018, 10:52 AM