graphql-pothos-server-example
graphql-pothos-server-example copied to clipboard
Incorrect types
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:
and the t.field is any:
that leads to missing types on the whole field definition.
Any idea what might cause this?