Toni Haupt
06/05/2018, 12:06 PMToni Haupt
06/05/2018, 12:12 PMAndres Montoya
06/05/2018, 1:26 PMMoritz
06/05/2018, 2:29 PMAND
argument from apollo is handed over as aND
and throws a http 400 when handed on to prisma. This is probably due to the java method naming convention by apollo (aND()
). Has anyone had any experience with this? Is it desirable that prisma throws an error when the inputs where
contains aND
instead of AND
or should it be case insensitive? Should I file apollo issue then? Heres the error: Variable "$where" got invalid value {"user":{"aND":[{"profile":{"name_contains":""}},{"profile":{"name_contains":""}}]}}; Field "aND" is not defined by type UserWhereInput at value.user; did you mean AND?
Thanks!peter
06/05/2018, 2:56 PMpassport.js
with a prisma+yoga
service?ceero
06/05/2018, 3:05 PMJscott388
06/05/2018, 4:04 PMSam Jackson
06/05/2018, 4:10 PMVimox
06/05/2018, 5:18 PMNathan Tomsic
06/05/2018, 5:42 PMNathan Tomsic
06/05/2018, 5:43 PMPedro Nascimento
06/05/2018, 6:29 PMprisma-heroku
repository, right? We’re having issues moving forward setting Prisma on Heroku.terion
06/05/2018, 7:01 PMJscott388
06/05/2018, 8:22 PMJscott388
06/05/2018, 8:45 PMJscott388
06/05/2018, 8:48 PMryannealmes
06/05/2018, 8:49 PMdreadjr
06/06/2018, 12:07 AM@client
with mutations?Nick
06/06/2018, 12:51 AMshanky
06/06/2018, 2:19 AMvix
06/06/2018, 3:22 AMprisma local
. I removed the cluster property from prisma.yml but it won't prompt me again for the deploy location 🤔 still says cluster local is providedimpowski
06/06/2018, 4:06 AMEvert Smit
06/06/2018, 10:40 AMpettanko
06/06/2018, 10:52 AMpettanko
06/06/2018, 2:09 PMalexey.rodionov
06/06/2018, 2:41 PMimpowski
06/06/2018, 3:11 PMTypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them
Dorkside
06/06/2018, 4:01 PMsteveb
06/06/2018, 6:48 PMDateTime
field in a mutation (on the db, not yoga)? I see that the generated inputs don't contain our createdAt
and updatedAt
fieldspettanko
06/06/2018, 7:32 PM