iiAku
07/12/2018, 1:37 PMJenkins
07/12/2018, 1:51 PMiiAku
07/12/2018, 1:53 PMnilan
07/12/2018, 1:57 PMiiAku
07/12/2018, 2:01 PMTimo
07/12/2018, 3:15 PMsortiz
07/12/2018, 9:05 PMTimo
07/13/2018, 3:52 PMgraphql playground
in the background? preferably using pm2
?Gabril
07/14/2018, 1:14 AMsignor_busi
07/15/2018, 9:27 AMPost
and I want to query the last 20 posts and display the number of comments of each post. In Graph.cool there used to be the __metaCount`
fields but they don't seem to exist anymore in Prismasignor_busi
07/15/2018, 9:29 AMquery {
posts (where: {...}) {
content
comments {
count // <- how to do this efficiently?
}
}
}
Radi Cho
07/16/2018, 11:19 AMveksen
07/16/2018, 7:16 PMLoki
07/17/2018, 8:19 AMLoki
07/17/2018, 8:19 AMTimo
07/17/2018, 8:03 PMresolvers/Query.js
, resolvers/Mutation.js
)... can I divide them into let's say User/Query.js
and User/Mutation.js
and other models following the same design?faithful
07/18/2018, 11:37 AMMichael H.
07/19/2018, 10:17 PMMichael H.
07/19/2018, 10:18 PMlawjolla
07/23/2018, 6:37 PMAndres Montoya
07/27/2018, 12:00 AMharrisrobin
07/31/2018, 6:34 PMBrenda
07/31/2018, 6:36 PMdreadjr
08/01/2018, 8:29 PMTomas Pitner
08/13/2018, 12:20 PMweakky
08/24/2018, 7:51 AMGaurav
09/04/2018, 5:07 PMHaider Malik
09/14/2018, 4:20 AMBuild full-stack apps with GraphQL, Prisma, NodeJs, and ReactJs
https://bit.ly/2p75dJykitze
09/14/2018, 12:53 PMMquale
09/25/2018, 5:19 PM