Emre Ozdemir

Results 21 comments of Emre Ozdemir

Just looked [here ](https://github.com/hayes/pothos/projects/1)but looks like last update was on Jan 26.

yeah for sure. it only happens in VS code, when I run my `pnpm type-check` no ts errors there. ``` typescript // builder.ts import SchemaBuilder from '@pothos/core'; import WithInputPlugin from...

Updated vs code to use my workspace version of typescript, instead of the default vs code (latest typescript) and it worked. But looks like the issue is definitely with typescript...

ok thanks. I'll dig a little more on my end and see if I find anything.

I have this workaround on my end. ``` typescript import { render } from '@react-email/components'; .... const content = await render(MyComponent(props)); await resend.emails.send({ from: EmailFrom, to: emails, subject, html: content,...

this is what I have in mind: `StripeAccount.init(account).toGraphql()`

Hey @hayes, wanted to give you a little more context, I got something going but it's a bit buggy and some guidance would be super helpful. ## Overview This plugin...

PS: I used cursor to help me write some of the code as the pothos internals are a bit too complex for me to grasp everything.