Alan Szternberg
Alan Szternberg
I am using custom @directive in my actual schema. Can I integrate directives with nexus? Example: ``` directive @isAuthenticated on QUERY | FIELD_DEFINITION | MUTATION directive @isAuthDeviceVerified on QUERY |...
Hi. Great repo! Thanks Size is too big for android. We cannot reach/click on the buttons. We cannot scroll the dialog.  Thanks
P1 schema: ``` type Invoice { id: ID! @unique invoiceChilds: [Invoice!]! @relation(name: "InvoiceParentChild") invoiceParent: Invoice @relation(name: "InvoiceParentChild") } ``` Business logic: - 1 invoice can have many childs. Cannot contains...
Add project: Trpc Express React (https://github.com/alan345/TER) Boilerplate for a Fullstack App with authentication into the "Starting points, example projects, etc" section ## 🎯 Changes Update the documentation ## ✅ Checklist...
### Bug description We are using a Postgres database with pgvector. We have this table: ``` /// schema.prisma model job { id String @id @default(dbgenerated("gen_random_uuid()")) @db.Uuid created_at DateTime? @default(now()) @db.Timestamptz(6)...