Briggs
06/21/2019, 7:01 PMMatt B.
06/26/2019, 7:04 PMBill Pliske
06/27/2019, 2:34 PMmkdir prisma
2) cd prisma
, and install prisma globally, or with homebrew, etc.
3) Run prisma init hello-world
4) Choose name for your service: hello-world
ONE QUESTION
A) Does the “service name” need to match the name you used in the “init” step?Sriharsha Guduguntla
06/28/2019, 10:59 PMEhsan sarshar
06/30/2019, 11:35 AMEhsan sarshar
06/30/2019, 11:35 AMEhsan sarshar
06/30/2019, 1:01 PMNatalie Cyreus
06/30/2019, 5:01 PMBill Pliske
07/01/2019, 3:59 PMDaniel Agbaji
07/01/2019, 5:26 PMEhsan sarshar
07/02/2019, 11:48 AMEhsan sarshar
07/02/2019, 1:31 PMSlackbot
07/03/2019, 1:04 PMEhsan sarshar
07/03/2019, 1:27 PMgeoLocation
must provide a relation link mode. Either specify it on this field or the opposite field. Valid values are: @relation(link: INLINE)
Henry
07/03/2019, 1:39 PM@embedded
types. embedded types cannot have unique fields
https://www.prisma.io/docs/datamodel-and-migrations/datamodel-MONGO-knun/#embedded-typesEhsan sarshar
07/03/2019, 1:40 PMHenry
07/03/2019, 1:46 PMEhsan sarshar
07/03/2019, 2:00 PMContact
must be marked as the id field with the @id
directive.
GEOJSON
Ă— One field of the type GEOJSON
must be marked as the id field with the @id
directive.Henry
07/03/2019, 9:01 PMJeany Meza
07/04/2019, 8:16 AMtiomno
07/06/2019, 3:28 AMvacom
07/07/2019, 2:44 PMNick
07/07/2019, 11:17 PMSohail Khan
07/08/2019, 10:09 AMpatrick
07/10/2019, 8:13 AMprisma init
and select exist database and mysql but cli don't ask me ssl options. postgres ask that. I install prisma cli v 1.34.1patrick
07/10/2019, 8:17 AMAndrew O.
07/10/2019, 7:53 PMMiguel Tejeda
07/11/2019, 5:27 PMJared
07/15/2019, 2:33 PMOsama Salama
07/17/2019, 10:16 AM<https://www.npmjs.com/package/graphql-request>
âś‹ GraphQL request, I'm trying to use it for a simple graphql query, so I wrote a single test, configured my client etc.., and the issue is that the test awaits the query to execute then the test fails because it times out after 6000 ms awaiting the done()
callback on the line after the awaited async call, any suggestions to find out what happens when I try to use the client to make graphql queries ?