grey
05/31/2018, 7:45 PMv
06/01/2018, 12:13 AMmich
06/01/2018, 12:30 AMcodebeast
06/01/2018, 12:39 AMcontext.db.query
, you can just do context.query
. Using Prisma 2.0.2Jeff
06/01/2018, 5:59 AMrein
06/01/2018, 10:20 AMDorkside
06/01/2018, 10:23 AMJames Bellamy
06/01/2018, 11:06 AMDorkside
06/01/2018, 12:04 PMDave
06/01/2018, 2:25 PMSam Jackson
06/01/2018, 2:44 PMSam Jackson
06/01/2018, 3:52 PMJscott388
06/01/2018, 3:59 PMDorkside
06/01/2018, 4:01 PMwildpow
06/01/2018, 4:45 PMsplodingsocks
06/01/2018, 4:59 PMsplodingsocks
06/01/2018, 4:59 PMsplodingsocks
06/01/2018, 5:00 PMsplodingsocks
06/01/2018, 5:00 PMunique
directive in any of the schemas:splodingsocks
06/01/2018, 5:00 PMError: Directive unique: Couldn't find type unique in any of the schemas.
codebeast
06/01/2018, 5:20 PMcontext.request.get('Authorization');
? Says context.request.get
is not a function.Robin
06/01/2018, 5:47 PMthe-simian
06/01/2018, 6:00 PMthe-simian
06/01/2018, 6:01 PMquery getStuff($searchTerm: String) {
stuff(
where: {
name_contains: $searchTerm
}) {
id
name
}
}
like this where if $searchTerm
was si
it would return stuff with the-Simian
the-simian
06/01/2018, 6:06 PMthe-simian
06/01/2018, 6:06 PMthe-simian
06/01/2018, 6:08 PMcsamu
06/01/2018, 7:00 PMYour email could not be delivered, the address <mailto:graphcool.p3rfrnh@mail.smooch.io|graphcool.p3rfrnh@mail.smooch.io> no longer exists.
virtualirfan
06/01/2018, 7:34 PMRelay
users who have switched over to prisma … how did you get around this issue: https://github.com/prismagraphql/prisma/issues/1780 for any schema of a decent size?hamdi
06/01/2018, 9:06 PM