noahdavis
02/15/2018, 7:36 PMnikolasburk
graphql-yoga
.
It’s a great starting point if you’ve struggled a bit to understand the major concepts of Prisma. In the tutorial, you’ll learn how all the different pieces fit together 🙂
Would love to hear your feedback 🙌 https://twitter.com/graphcool/status/964221328659308545zonofthor
02/15/2018, 8:11 PMharmony
02/15/2018, 8:14 PMzonofthor
02/15/2018, 8:17 PMtypeofgraphic
02/15/2018, 9:45 PMgraphcool add-template graphcool/templates/auth/linkedinI am unable to delete or remove the template, there is no remove-template command and the files are read-only
kristo
02/15/2018, 10:10 PMKurt DiPaolo
02/15/2018, 10:43 PMInt
type. Here’s a video explaining: http://share.streamlinedstudio.com/1o2l0Y0O3v3fFuturekam
02/15/2018, 11:16 PMKatie
02/15/2018, 11:19 PMimport UserSchema from './user.graphql'
. How can I accomplish this?Futurekam
02/15/2018, 11:26 PMchilzap
02/15/2018, 11:28 PMKatie
02/15/2018, 11:36 PMCannot find module './user.graphql'
when I try to import them.
In meteor, you can do import UserSchema from './user.graphql'
, (I think this just imports the file contents as a string), then pass an array of imported schemas to makeExecutableQuery, but I don't want to use meteor.Futurekam
02/15/2018, 11:36 PMgabe.bravo
02/16/2018, 12:52 AMliamdanielduffy
02/16/2018, 2:50 AMliamdanielduffy
02/16/2018, 2:50 AMliamdanielduffy
02/16/2018, 2:51 AMliamdanielduffy
02/16/2018, 2:51 AMuser
02/16/2018, 3:30 AMhttps://prisma.slack.com/files/U9A6KBY85/F9A2GEFFW/ready.5b422ddd.png▾
liamdanielduffy
02/16/2018, 3:42 AMliamdanielduffy
02/16/2018, 3:43 AMliamdanielduffy
02/16/2018, 3:55 AMSimon
02/16/2018, 7:52 AMNick Luger
02/16/2018, 7:56 AMlocal nuke
Maxime Scibetta
02/16/2018, 8:44 AMglen
02/16/2018, 9:00 AMtypeofgraphic
02/16/2018, 2:50 PMsebastian
02/16/2018, 4:18 PMFuturekam
02/16/2018, 5:18 PM[native code]
json@[native code]
promiseReactionJob@[native code]
when running yarn
since I upgraded prisma-binding
to 1.5.10
I've gotten that output unless I rm -rf yarn.lock
and run npm install