Steve Baek
07/01/2019, 6:48 AMTimestamp
not DateTime for createdAt/updatedAt ?Michał Chmura
07/01/2019, 9:56 AM[User] -> [API layer] <=> [Prisma Query Engine]
How could I pass all the communication between API Layer (graphql-yoga
server) and Prisma Engine through Proxy?
I tried applying http-proxy-middleware
into the express
server layer but it doesn't seem working out for me.Morten Bo Rønsholdt
07/01/2019, 10:51 AMdocker stats
whilst running the load test.
I would expect postgres to be the bottleneck. why is the server doing all that work? running latest Prisma version. memory usage is perfectly fine btw. it's just CPUNelson Pecora
07/01/2019, 6:46 PM@id(strategy)
are? I don't see them anywhere in the @id
part of the 1.34 docs https://www.prisma.io/docs/datamodel-and-migrations/datamodel-MYSQL-knul/Nelson Pecora
07/01/2019, 6:56 PMstrategy: NONE
and always generate it in application code?Nelson Pecora
07/01/2019, 6:56 PMEhsan sarshar
07/02/2019, 6:01 AMJohnni Mortensen
07/02/2019, 7:32 AMJohnni Mortensen
07/02/2019, 7:36 AMWeiye Sun
07/02/2019, 8:55 AMSteve Baek
07/02/2019, 9:56 AMgroup_by
?Grace Zarczynska
07/02/2019, 4:11 PMconst { userId } = ctx.request;
if (!userId) {
throw new Error('You must be signed in soooon');
}
const users = await ctx.db.query.users({}, info);
console.log(users);
[ [Object: null prototype] { __typename: 'User' } ]
steveb
07/02/2019, 4:12 PMSubscription
really a reserved name? I get this error when trying to deploy: The type 'Subscription' has is using a reserved type name. Please rename it.
Johnni Mortensen
07/02/2019, 5:36 PMIvan Pianetti
07/02/2019, 5:49 PMprisma delete
and then prisma deploy
Pedro Jardim
07/02/2019, 6:12 PMSimon Stenbæk Madsen
07/02/2019, 8:03 PMJoe
07/02/2019, 9:19 PMJoe
07/02/2019, 9:19 PMJoe
07/02/2019, 9:19 PMJoe
07/02/2019, 9:19 PMJoe
07/02/2019, 9:20 PMJoe
07/02/2019, 9:20 PMJoe
07/02/2019, 9:20 PMjt9001
07/03/2019, 3:33 AMJosh
07/03/2019, 4:01 AMpedro
07/03/2019, 4:23 AMpedro
07/03/2019, 4:24 AMOrderItem
✖ You are removing the field `updatedAt` while migrating to the new datamodel. Add the field `updatedAt: DateTime! @updatedAt` explicitly to your model to keep this functionality.
✖ You are removing the field `createdAt` while migrating to the new datamodel. Add the field `createdAt: DateTime! @createdAt` explicitly to your model to keep this functionality.
pedro
07/03/2019, 4:25 AMpllumh
07/03/2019, 10:49 AM