Antoine
Antoine
**Is your feature request related to a problem? Please describe.** Is there a simple way to mock Prisma for unit testing? What are the best practices? **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** Relay pagination is standard in GraphQL. **Describe the solution you'd like** Implement Relay style pagination : https://relay.dev/graphql/connections.htm **Describe alternatives you've...
## Bug report ### Describe the bug I'm encountering a bug when trying to integrate MedusaJS into a monorepo with [TurboRepo](https://turbo.build/repo). When attempting to run MedusaJS in this context, I'm...
How can I change the type of the generated input when I use `builder.prismaWhere`, for example if I want to change (remove or add) a field in the input? Currently...
I don't see how to paginate large conversations in a Thread. All messages are included in the thread, and i don't think it will scale, especially in a single thread...