NikJ87

Results 1 issues of NikJ87

Hi Team, I'm looking for a way to following but didn't get any success: ``` this.get('/books', (schema, req) => { if (req.queryParam.author) this.passthrough(req => { return req.queryParam.author === 'Agatha' })...