rein
08/04/2018, 1:30 PMkratam
08/05/2018, 3:59 PMnpm run build
, the *.graphql
files are not copied to the dist
folder.
question 1) what do I have to add to tsconfig.json
in order to copy them?
question 2) typeDefs: './src/schema.graphql'
doesn't work even if I remove src/
from the path. If I add the graphql-import
package I can import the schema but only using an absolute path, const typeDefs = importSchema('schema.graphql')
(or './schema.graphql'
) doesn't work - what am I doing wrong?harrisrobin
08/05/2018, 4:25 PMprisma deploy -e .env.prod
, it does not pick up on the correct environment variable but instead uses the .env file which points to my local serverharrisrobin
08/05/2018, 4:25 PMharrisrobin
08/05/2018, 4:25 PMiamclaytonray
08/05/2018, 5:05 PMtyler
08/05/2018, 8:40 PMtyler
08/05/2018, 8:40 PMprisma introspect
commandtyler
08/05/2018, 8:40 PM$ prisma introspect
▸ Couldn't find `prisma.yml` file. Are you in the right directory?
Get in touch if you need help: <https://www.prisma.io/forum/>
To get more detailed output, run $ export DEBUG="*"
abs-zero
08/06/2018, 3:25 AMmutation {
addTodo
}
and
mutation addTodo {
}
regirock365
08/06/2018, 3:26 AMregirock365
08/06/2018, 3:27 AMabs-zero
08/06/2018, 3:38 AMqsys
08/06/2018, 4:44 AMrein
08/06/2018, 8:01 AMMoritz
08/06/2018, 9:59 AMredis
support in prisma? I would like to build a backend for a real time game with rather small traffic but high demands on speed/performace. Is prisma an option here or would you recommend something else?lawjolla
08/06/2018, 6:33 PMrust
08/06/2018, 8:59 PMNick
08/06/2018, 9:46 PMw0wka91
08/07/2018, 2:42 AMzak.singh
08/07/2018, 6:57 AMzak.singh
08/07/2018, 7:17 AMzak.singh
08/07/2018, 7:17 AMid
field on Usermatus.congrady
08/07/2018, 7:57 AMNick
08/07/2018, 11:49 AMkratam
08/07/2018, 1:45 PMimage
prismagraphql/prisma:1.13
?Oluwajubelo
08/07/2018, 5:47 PMOluwajubelo
08/07/2018, 5:47 PMchandlervdw
08/07/2018, 5:50 PMurl_1.URL is not a constructor
upon prisma deploy
. 😬raul
08/07/2018, 5:50 PM