Mark
09/11/2018, 4:15 AMMark
09/11/2018, 4:17 AMMark
09/11/2018, 4:17 AMcurl '<https://api.graph.cool/simple/v1/SERVICE_ID/export>' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer TOKEN' \
-d '{"fileType":"nodes","cursor": {"table":0,"row":0,"field":0,"array":0}}' \
-sSv
Mark
09/11/2018, 4:18 AMBunthon
09/11/2018, 6:59 AMBunthon
09/11/2018, 7:01 AMShahin Mohammady
09/11/2018, 7:59 AMwrdevos
09/11/2018, 8:46 AMdatabases
(plural), but all the examples I can find only use just one default
database. Also, is it possible to use read replicas? How would I go about that? Happy to hear a few pointers so I can work it out and open a PR for some docs!wrdevos
09/11/2018, 8:46 AMprisma-prod
versionhalborg
09/11/2018, 9:30 AMnoahdavis
09/11/2018, 11:01 AMjdoyle112
09/11/2018, 1:09 PMwrdevos
09/11/2018, 2:34 PM[WebsocketSession] Received unknown message: TextMessage.Streamed(Source(SourceShape(Collect.out...
wrdevos
09/11/2018, 2:35 PMBruno Prela
09/11/2018, 2:58 PMprisma deploy
to an already existing schema in a PostgreSQL databaseBruno Prela
09/11/2018, 2:59 PM<http://localhost:4466/service/schema1>
to deploy to a schema named public
wrdevos
09/11/2018, 3:01 PMschema: public
in your PRISMA_CONFIG.databases.defaultwrdevos
09/11/2018, 3:01 PMprisma introspect
to dump a schema based on the existing databasewrdevos
09/11/2018, 3:02 PMmigrations: false
to PRISMA_CONFIG.databases.default as wellBruno Prela
09/11/2018, 3:03 PMBruno Prela
09/11/2018, 3:04 PMwrdevos
09/11/2018, 3:07 PMi just want to be able to control the name of the schema created by a prisma deployYeah that would be a great feature 🙂
wrdevos
09/11/2018, 3:08 PMBruno Prela
09/11/2018, 3:16 PMBruno Prela
09/11/2018, 3:16 PMpeter
09/11/2018, 3:39 PMpeter
09/11/2018, 3:39 PMbrikou
09/11/2018, 4:49 PMalec
09/11/2018, 4:53 PMBruno Prela
09/11/2018, 4:54 PMThe scalar field `slides` has the wrong format: `[String!]!` Possible Formats: `String`, `String!`