mimica
10/13/2017, 1:30 PMmimica
10/13/2017, 1:36 PMjvbianchi
10/13/2017, 1:53 PMjohhansantana
10/13/2017, 1:57 PMcameronrll
10/13/2017, 2:04 PMjacortesmahmud
10/13/2017, 2:53 PMgraphcool modules add graphcool/modules/authentication/email-password
with graphcool@next, would be something like?:
graphcool add-template graphcool/modules/authentication/email-password
jacortesmahmud
10/13/2017, 2:54 PMjvbianchi
10/13/2017, 2:59 PMrichardkall
10/13/2017, 3:03 PMrichardkall
10/13/2017, 3:04 PMAWS_ACCESS_KEY_ID
is undefined in my function.richardkall
10/13/2017, 3:04 PM.envrc
file.Tavo
10/13/2017, 3:34 PMuser
10/13/2017, 3:41 PMuser
10/13/2017, 3:41 PMprocess.env.AWS_ACCESS_KEY_ID
mwickett
10/13/2017, 3:43 PMgraphcool deploy
. It worked fine 2 minutes ago.user
10/13/2017, 3:45 PM${env:NAME}
in graphcool.yml): https://github.com/graphcool/graphcool/tree/master/examples/env-variables-in-functionslcatallo
10/13/2017, 4:16 PMnilan
10/13/2017, 4:24 PMmwickett
10/13/2017, 4:24 PMnilan
10/13/2017, 5:29 PMgraphcool-dev
development environment now supports a local FaaS as well. Go check it out: https://github.com/graphcool/graphcool/releases/tag/0.7mimica
10/13/2017, 5:30 PMPkmmte
10/13/2017, 5:30 PMpcooney10
10/13/2017, 5:53 PMdivyendu
10/13/2017, 6:07 PMhvillain
10/13/2017, 6:38 PMadd-template
command after upgradind graphcool-cli version (currently 1.4.0 with node-v8.3.0). But running graphcool help add-template
gives me examples of valid add-templates calls. Any idea on what I'm doing wrrrrong?lastmjs
10/13/2017, 8:26 PMrafaelcorreiapoli
10/13/2017, 10:38 PMlocal
development workflow
After changing my GraphQL schema, on types.graphql
, I use graphcool deploy
to deploy the new changes
In the console output, I can confirm that the change was detected
User
* The type `User` is updated.
ββ + A new field with the name `xxx` and type `String!` is created.
But on my local console (localhost:60000) the shema is not updated.rafaelcorreiapoli
10/13/2017, 10:39 PMgraphcool local stop
graphcool local up
rafaelcorreiapoli
10/13/2017, 10:40 PMgraphcool local restart
, it does not work. After restarting, I get:
β server graphcool info
βΈ 'ECONNRESET': request to <http://localhost:60000/system> failed, reason: socket hang up
Get in touch if you need help: <https://www.graph.cool/forum>
To get more detailed output, run $ export DEBUG="*"
`
Miezan
10/14/2017, 1:21 AM