nexus-to-pothos-codemod
nexus-to-pothos-codemod copied to clipboard
Transforms Nexus code to Pothos
Results
1
nexus-to-pothos-codemod issues
Sort by
recently updated
recently updated
newest added
```ts export const foo = queryField('foo', { type: 'Boolean', args: { appID: nonNull('UUID'), }, resolve: async function (_parent, args, context) { return true; }, }); ``` produces the following error...