val
09/25/2018, 12:17 PMUser
object has followers: [User!]!
property, how can I get a list of users sorted by number of followers?andykay
09/25/2018, 1:10 PMaroman
09/25/2018, 1:27 PMsilkyland
09/25/2018, 2:14 PMval
09/25/2018, 2:19 PMtype FollowSuggestionList {
id: ID! @unique
updatedAt: DateTime!
users: [User!]! @relation(name: "FollowSuggestionEntry")
}
and when i create an instance of it, I connect it to an array of users. When I later query that users property am I guaranteed to get it back in that original array order (provided I don't supply custom ordering)?andykay
09/25/2018, 4:54 PMmonkeybonkey
09/25/2018, 5:09 PMmonkeybonkey
09/25/2018, 5:10 PMmonkeybonkey
09/25/2018, 5:13 PMKevin S
09/25/2018, 10:33 PMKevin S
09/25/2018, 10:33 PMKevin S
09/25/2018, 10:33 PMRomucci
09/26/2018, 5:33 AMkitze
09/26/2018, 9:37 AMexports.Prisma = prisma_lib_1.makePrismaClientClass({
^
TypeError: prisma_lib_1.makePrismaClientClass is not a function
Any idea what's causing this? I have to correct it manually every time I use prisma generate
br
09/26/2018, 11:42 AMbr
09/26/2018, 11:43 AMbr
09/26/2018, 11:52 AMJosh
09/26/2018, 12:04 PMmatus.congrady
09/26/2018, 2:11 PMEntityStreamSizeException
error (probably from Scala http lib called akka) because the batch is too bigCCBCodeMonkey
09/26/2018, 4:07 PMjdoyle112
09/26/2018, 5:07 PMjdoyle112
09/26/2018, 5:07 PMartindaniel
09/26/2018, 5:13 PMpatrickdevivo
09/26/2018, 5:13 PMjdoyle112
09/26/2018, 5:14 PMjdoyle112
09/26/2018, 5:14 PMjdoyle112
09/26/2018, 5:23 PMandykay
09/26/2018, 5:37 PMandykay
09/26/2018, 5:37 PMHenry
09/26/2018, 5:43 PM