trjstewart
01/25/2018, 7:21 AMmiho
01/25/2018, 8:21 AMsoftware.amazon.awssdk.services.lambda.model.CodeStorageExceededException: Code storage limit exceeded
max
01/25/2018, 9:36 AMenvironment generateClusterToken +0ms
Error: GraphQL Error (Code: 502): {"response":{"error":"An error occured with your deployment\n","status":502},"request":{"query":"\n mutation ($input: GenerateClusterTokenRequest!) {\n generateClusterToken(input: $input) {\n clusterToken\n }\n }\n ","variables":{"input":{"workspaceSlug":"public-springfighter-266
max
01/25/2018, 9:59 AM~/.prisma/config.yml
file if we are deploying to the shared cluster? it's not clear to me in the docs https://www.prismagraphql.com/docs/reference/clusters/overview-eu2ood0shephp smarter
01/25/2018, 10:10 AMrein
01/25/2018, 10:23 AMmax
01/25/2018, 10:31 AMmax
01/25/2018, 10:59 AMphp smarter
01/25/2018, 11:12 AMDaniel Min
01/25/2018, 11:24 AMtype Post {
id: ID! @unique
content: String!
summary: String! # this field isn't need to be added on database, we can add it on the result of db query later.
}
rein
01/25/2018, 11:42 AMhari mohan
01/25/2018, 11:55 AMhari mohan
01/25/2018, 11:58 AMtobiasblock
01/25/2018, 12:02 PMonTime
, a offTime
and a status
. I want to set the status
to "published" after onTime and to 'draft' after offTime. What is the best way to execute a action on a time based event? Any best practice?user
01/25/2018, 12:06 PMreturn ctx.db.query.commonInventrys({ where: { id: id }, info)
user
01/25/2018, 12:09 PMDomantas
01/25/2018, 12:09 PMuser
01/25/2018, 12:14 PMmiho
01/25/2018, 12:26 PMDomantas
01/25/2018, 12:26 PMMarco
01/25/2018, 12:46 PMuser
01/25/2018, 12:48 PMmiho
01/25/2018, 12:49 PMtype User
? .. seems all types was moved correctly .. but type User is emptycongy
01/25/2018, 1:26 PMphp smarter
01/25/2018, 2:24 PMemattias
01/25/2018, 2:44 PMfrom
to to
date filter variables. I want to clear that cache for that query no matter which from
and to
date you have. How do I do that? 🤔Manuel
01/25/2018, 2:45 PMjohnkpaul
01/25/2018, 2:49 PMset
field?Marco
01/25/2018, 3:01 PMStef
01/25/2018, 4:58 PM