justinrich
03/08/2018, 3:46 AMveksen
03/08/2018, 5:35 AMDhiraj
03/08/2018, 6:03 AMgihrig
03/08/2018, 6:18 AMgraphql create {project_name} --boilerplate node-advanced
You must expose you mutation through src/resolvers/index.js
veksen
03/08/2018, 6:38 AMkiosk
.
const existingRequest = await ctx.db.query.request({ where: { id } });
// only the base model is available here, not relationships:
existingRequest.kiosk // undefined
1. Which syntax does this come from?
2. Is there any doc for this syntax?Moritz
03/08/2018, 9:03 AMgyp ERR! stack Error: EACCES: permission denied, rmdir 'build'
, Error: EACCES: permission denied, mkdir '/Users/Wingding/Library/Caches/prisma
, and a few more. Have I corrupted my local folder permissions, or is anyone else running into these issues?Nitin Prajpati
03/08/2018, 9:15 AMMatteo
03/08/2018, 9:53 AMMatteo
03/08/2018, 9:57 AMpicosam
03/08/2018, 10:00 AMgenerated
folder to Git?rein
03/08/2018, 10:29 AMrein
03/08/2018, 10:29 AMragzor
03/08/2018, 10:41 AMericsonluciano
03/08/2018, 11:30 AMrem
03/08/2018, 12:11 PMMatteo
03/08/2018, 12:27 PMmv
03/08/2018, 1:13 PMKATT
03/08/2018, 1:58 PMLimited to 1 req/sis this ever gonna be reconsidered? Iβm so far only using prisma for pet projects, but it makes the experiences really poor (page load takes several seconds as I do SSR and preload some data (that requires several reqs))
KATT
03/08/2018, 2:00 PMKATT
03/08/2018, 2:02 PMhvdklauw
03/08/2018, 2:17 PMharmony
03/08/2018, 2:18 PMharmony
03/08/2018, 2:19 PMharmony
03/08/2018, 2:19 PMnilan
03/08/2018, 2:22 PMSteven Sacks
03/08/2018, 2:33 PMjasonsooter
03/08/2018, 3:47 PMpatrick_madx
03/08/2018, 3:54 PMlawjolla
03/08/2018, 3:55 PMid
to always be returned, so ideally, I'd like to combine these into one...
db.query.users({}, `{ id }`)
db.query.users({}, info)