Vladimir Tasic

Results 12 comments of Vladimir Tasic

Noticed the same thing

Howdy, I want to report that this problem has been happening for over a year. The issue initially started with capacitor 3. We are now forced to upgrade to capacitor...

So prisma studio has no base url variable right?

The biggest benefit of open sourcing Prisma Studio would be to implement this thing https://github.com/prisma/studio/issues/403

Our solution `openapi-generator.ts` ```js import { execSync } from 'child_process'; import { Command } from 'commander'; import { existsSync, unlinkSync, writeFileSync } from 'fs'; type GenerateConfigOptions = { input: string;...

I need to get a list of all fields that have an option enabled so I can do some external processing. To my knowledge I have access to `(type/field).extensions.pothosOptions` only...

Thank you for the reply, unfortunately `getTypes()` method does not exist on schema. Can you provide an example? Im doing ```js const schema = builder.toSchema(); schema.getTypes(); ❌ ```