Lars-Jørgen Kristiansen
Lars-Jørgen Kristiansen
Is it possible to specify different types for reading and writing in customTypeMap? When I read a timestamp field it always returns a string, but when I write to it...
I get the wrong total in an aggregate report: ``` Wednesday 25 March 2020 (8h 39m 10s) bf090fd 07:00 to 08:28 1h 27m 40s redacted [a] 0055576 09:00 to 09:43...
Why are the return type of a "get many entity query" `[T]!` and not `[T!]!`? Is it expected that it can return null items? i.e: `[T, null, T]` And for...
The value property of ProgressPrimitive.Root was not set. So screen readers will not read the actual value of the progress indicator.
Given this prisma 1 model: ```graphql type Absent { id: ID! @id treatment: AbsentTreatment! @relation(link: INLINE, name: "TreatmentOnAbsent", onDelete: CASCADE) } type AbsentTreatment { id: ID! @id absent: Absent! @relation(name:...