Chad Nate Mardini
Results
2
issues of
Chad Nate Mardini
### What happened? If my schema expects an `Int` such as: ``` extend type Query { calculateFees(enteredAmountCents: Int!): CalculateFeesResult! } ``` And consequently my resolver is bound to an `int`...
### Bug description Prisma's `findMany` query with Mongo 6 is converting it to an aggregation query that bypasses indexes. ### How to reproduce We wrote a query where we are...
bug/1-unconfirmed
kind/bug
topic: performance
tech/engines
topic: indexes
team/client
topic: mongodb
topic: performance/queries
topic: select