André de Albuquerque
01/31/2020, 7:20 PMAndré de Albuquerque
01/31/2020, 7:21 PMprisma-chobo
02/01/2020, 1:15 AMLars Ivar Igesund
02/02/2020, 3:33 PMHarish Muleva
02/02/2020, 3:43 PMHarish Muleva
02/02/2020, 3:43 PMHarish Muleva
02/02/2020, 3:43 PMHarish Muleva
02/02/2020, 3:43 PMSuhail
02/03/2020, 9:19 AMprisma token
command on the CLI. Is there a way to generate the JWT token using some REST call?Suhail
02/03/2020, 9:20 AMSuhail
02/03/2020, 9:22 AMAhmed Tamer
02/03/2020, 9:28 AMAhmed Tamer
02/03/2020, 9:28 AMAhmed Tamer
02/03/2020, 9:29 AMAhmed Tamer
02/03/2020, 9:29 AMAhmed Tamer
02/03/2020, 9:29 AMAhmed Tamer
02/03/2020, 9:31 AMBrad Slattman
02/03/2020, 3:39 PMBrad Slattman
02/03/2020, 3:39 PMBrad Slattman
02/03/2020, 3:39 PMBrad Slattman
02/03/2020, 3:40 PMBrad Slattman
02/03/2020, 3:40 PMBrad Slattman
02/03/2020, 3:41 PMDmytro Yevlakhov
02/03/2020, 8:15 PMJonty Coertzen
02/04/2020, 11:40 AMlionbrahh
02/04/2020, 5:27 PMgo mod
not dep,
when i generate gqlgen , it can’t read prisma-client , here is my gqlgen.yml
schema:
- schema.graphql
exec:
filename: generated.go
models:
Post:
model: graph/prisma-client.Post
User:
model: graph/prisma-client.User
resolver:
filename: resolver.go
type: Resolver
autobind: []
what i get error is
merging type systems failed: unable to build object definition: unable to find type graph/prisma-client/prisma.Post exit status 3`
does anyone here has same error ? or any of u using go with prisma ??lionbrahh
02/05/2020, 8:33 AMAske
02/05/2020, 2:32 PMwindkomo
02/05/2020, 6:20 PMLars-Jørgen Kristiansen
02/06/2020, 10:30 AMjava.util.concurrent.RejectedExecutionException: Task slick.basic.BasicBackend$DatabaseDef$$anon$3@30e10989 rejected from slick.util.AsyncExecutor$$anon$1$$anon$2@549b383b[Running, pool size = 9, active threads = 9, queued tasks = 1000, completed tasks = 7803749]
Its caused by one page in my app that will get alot of simultanious traffic from users has a bug multi-nested query that returns many records.
Could i solve this by using fragments, or do I need to scale prisma horisontally?