user
10/27/2017, 1:37 PMhttps://prisma.slack.com/files/U5Q11JKA5/F7S3425AB/pasted_image_at_2017_10_27_03_07_pm.png▾
user
10/27/2017, 1:38 PMhttps://prisma.slack.com/files/U5Q11JKA5/F7S3425AB/pasted_image_at_2017_10_27_03_07_pm.png▾
wesbos
10/27/2017, 2:02 PMwesbos
10/27/2017, 2:31 PMBriggs
10/27/2017, 2:56 PMgraphcool local up
Running local Graphcool cluster at <http://localhost:60000>
Running local FaaS runtime at <http://localhost:60050>
This may take several minutes
$ docker-compose up -d --remove-orphans
docker Creating local_localfaas_1 ...
docker Creating local_graphcool-rabbit-host_1 ...
docker Creating local_graphcool-rabbit-host_1
docker Creating local_graphcool-db_1 ...
docker Creating local_graphcool-db_1
Creating local_graphcool-rabbit-host_1 ... done
Creating local_graphcool-db_1 ... done
Creating local_localfaas_1 ... done
docker
docker Creating local_graphcool_1 ...
Creating local_graphcool_1 ... done
docker
Waiting for Graphcool to initialize. This can take several minutes... ⣟
Briggs
10/27/2017, 3:04 PMpatrick_madx
10/27/2017, 3:20 PMpatrick_madx
10/27/2017, 3:21 PMMichael Jones
10/27/2017, 3:28 PMuser
query that grabs data on the user passed in the header going to be deprecated for CLI projects?wesbos
10/27/2017, 4:00 PMwesbos
10/27/2017, 4:01 PMmatic
10/27/2017, 4:04 PM$now
, which is provided by graphcool
and even by the apollo-dev-tools
, but using it like this inputs null
by default)
query LatestRequests ($now: DateTime) {
allRequests(orderBy: createdAt_DESC, filter: {
documents_none: {
createdAt_lt: $now
}
}) {
objectID: id
description
createdAt
author {
name
photo
school {
id
name
}
}
}
}
wesbos
10/27/2017, 4:10 PMkatopz
10/27/2017, 4:32 PM{
"data": {
"Post": null
}
}
is this expected?Ian
10/27/2017, 4:49 PMamann
10/27/2017, 5:36 PMbengie
10/27/2017, 5:43 PMbengie
10/27/2017, 5:44 PMbengie
10/27/2017, 5:44 PMdocker run -it --link local_graphcool-db_1:mysql --net local_graphcool --rm mysql sh -c 'exec mysql -h graphcool-db -uroot -pgraphcool'
bengie
10/27/2017, 5:44 PMFaultless
10/27/2017, 5:44 PMbengie
10/27/2017, 5:45 PMbengie
10/27/2017, 5:45 PMIan
10/27/2017, 5:54 PMIan
10/27/2017, 5:54 PMIan
10/27/2017, 5:55 PMIan
10/27/2017, 5:56 PMIan
10/27/2017, 5:56 PMIan
10/27/2017, 5:56 PMjhony0311
10/27/2017, 5:57 PM