-
Hello, I've recently gone through the steps to deploy open-saas on GCP and I believe it could be useful to document it here for now.
This could be added to the real documentation in the future, for…
-
## Problem
Currently, if we want to guarantee that user's requests have enough permissions to run a query, we have to keep coding `where:{...} ` clauses everywhere in our code. Depending on the siz…
-
I have the following schema:
```
model Post {
id String @default(cuid()) @id
}
model Comment {
id String @default(cuid()) @id
}
model Vote {
id …
-
I added all the links to the callback in Kinde, does it take time to update? I added all necessary links and still get this callback error...
![image](https://github.com/joschan21/quill/assets/104327…
-
Right now with Prisma, you can query across one schema at a time but in many cases, you need to query across multiple tables stored across multiple database schemas.
We need to make certain product…
-
## Problem
Sometimes it is helpful to just remove some fields from the selection set like `password` so that we accidentally don't expose them to the frontend.
## Proposals
Adding a `exclude`…
-
I made a template here: https://github.com/seanpmaxwell/express5-typescript-template. I think some people could find it really useful.
-
## Problem
In Postgres you can set a user for a connection on the database:
```ts
await prisma.$executeRaw(`SET current_user_id = ${currentUser.id}`)
```
This SET can then be used in co…
-
# There seems to be an issue ⚠ with loading the `langchain` document and the `officeparser` package.
Everything is running smoothly with my tRPC APIs, except for one issue I encountered while att…
-
Hi @nodkz,
I just started working on a knex adapter for graphql-compose and was looking into graphql-compose-mongoose source.
Would it not be cleaner and better to use TypeComposers as main obje…