Kay Khan
09/09/2022, 8:03 AM16 try {
17 const response = await PrismaService.$transaction(
18 payload.map((p) =>
→ 19 PrismaService.salesByContractAddress.upsert(
Error parsing GraphQL query: query parse error: Parse error at 23:14
number too large to fit in target type
is there some way i can determine which field in the schema is the problem?Harshit
09/12/2022, 10:09 AMDecimal128. You can follow this ticket: https://github.com/prisma/prisma/issues/12637