Waweru
04/18/2018, 9:12 AMWaweru
04/18/2018, 9:13 AMimmanuelrosal
04/18/2018, 9:27 AMimmanuelrosal
04/18/2018, 9:29 AMmekwall
04/18/2018, 10:01 AMVakrim
04/18/2018, 11:25 AMprisma-cli
is outaded and you should migrate to prisma
?user
04/18/2018, 12:25 PMconsole.log
output?user
04/18/2018, 12:28 PMcustomerData
is already an array and you want an array, can't you just do:
return await axios(`${BaseURL}/customers`)
.then(resp => resp.data);
user
04/18/2018, 12:32 PMWaweru
04/18/2018, 1:53 PMPhilippe
04/18/2018, 1:58 PMMike
04/18/2018, 3:11 PMMike
04/18/2018, 3:11 PMfresh5447
04/18/2018, 5:47 PMGraphCool Service
. Is there a way for the simple api endpoint to handle a POST request sent it's way? If a resolver could listen to any events sent to the simple API endpoint, that would be ideal. Use Case: I have an application that will send events to graphcool using a Webhook.
Or do I need to explore alternatives like graphql-yoga
or even prisma
, to expose some type of more traditional endpoint /api/webhook-to-post-to-graphcool
dreamture
04/18/2018, 7:57 PMldlework
04/18/2018, 9:04 PMldlework
04/18/2018, 9:04 PMLydia
04/19/2018, 1:20 AMdreamture
04/19/2018, 5:11 AMldlework
04/19/2018, 5:36 AMgsancho
04/19/2018, 9:42 AMAdrián
04/19/2018, 10:35 AMuser
04/19/2018, 10:49 AMTatsuyuki Ishi
04/19/2018, 10:59 AMharrisrobin
04/19/2018, 12:50 PMprisma export --export-path database/export
yields ▸ Unknown flag --export-path
prisma/1.6.3 (darwin-x64) node-v9.3.0
https://github.com/graphcool/prisma/blob/master/docs/1.0/04-Reference/05-Data-Import-%26-Export/02-Data-Export.md#data-export-with-the-cliharrisrobin
04/19/2018, 12:53 PMjgonzalez.jaen
04/19/2018, 1:06 PMjgonzalez.jaen
04/19/2018, 1:06 PMjgonzalez.jaen
04/19/2018, 1:06 PMjgonzalez.jaen
04/19/2018, 1:08 PM