-
According to [the spec](https://swagger.io/docs/specification/data-models/data-types/#any), an empty schema represents _any type_. However, any schema without `type` renders a `{[key: string]: any}` t…
-
So I used this package on a previous project and it worked perfectly fine with no issue. Then, when I started a new project, I created a new database on the same version and even same DBMS as the firs…
-
# Bug report
## Describe the bug
On ubuntu 22.04, I'm running supabase docker with port 5432 open for supabase-db on docker_default.
postgres container **is accessible by dbeaver** using same crede…
-
### Description
Running typegen on this code, the exit event is incorrectly typed to 'xstate.init' as in this screenshot.
![CleanShot 2022-03-02 at 11 11 31](https://user-images.githubusercont…
-
**Description**
I was asked to post this here ([original comment](https://github.com/microsoft/TypeScript/issues/39826#issuecomment-680761736))
After I turned on `strictFunctionTypes` in my repo, Ty…
-
Hey @Kalissaac !
I stumbled upon this package the other day, and it fits my use case very well, with only one small hang up. I'm using prisma-typegen to create a library of interfaces that are import…
-
Hi. I want to store 1-many relation in an array which contains ids to related objects. `orders: [123, 456, 789]`
And then I want that field level resolver to grab related objects but as soon as i add…
-
Below is minimal example that I am curious about.
```ts
app.get(`/api/:id`, (c) => {
const key = c.req.param().id; // This is auto-completed
});
app.get(`/api/:id`, handler);
const handl…
-
### Description
It seems `entry` and `exit` actions are fired repeatedly when the state is entered/exited. I stumbled upon the bug somewhat accidentally and noticed an entry action running 103 times …
-
### Discussed in https://github.com/graphql-nexus/nexus/discussions/1121
Originally posted by **superjose** July 27, 2022
Sup everyone! 😉. First of all, extremely grateful what the Nexus team …