graphql-pothos-server-example icon indicating copy to clipboard operation
graphql-pothos-server-example copied to clipboard

Incorrect types

Open MartinPavlik opened this issue 8 months ago • 2 comments

I just cloned the repo, installed the dependencies and it seems like some of the types are "any" (not inferred properply).

For example in src/gql/user/user.posts.field.ts:

The parameter t has type:

Image

and the t.field is any: Image

that leads to missing types on the whole field definition.

Any idea what might cause this?

MartinPavlik avatar Mar 08 '25 12:03 MartinPavlik