Alan Szternberg

Results 5 issues of 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. ![screenshot_20180310-103145](https://user-images.githubusercontent.com/15246526/37245550-96dcd6ae-244e-11e8-992d-94877118ede0.png) 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)...

kind/bug