You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this generator to create all my GraphQL objects and it works.
However I want to use a feature in the Pothos Prisma Plugin that works with t.expose and doesn't work with t.field (this one).
So it would be great if the generated code in object.base.ts would use t.expose('myField'), insead of