Pothos GraphQL
Searching...

Troubleshooting

Common problems and troubleshooting steps.

This document is currently very incomplete, if you run into issues and find a useful solution, please feel free to add any tips here

Type isues

  1. Ensure that typescript is using strict mode

Slow vscode or typescript performance

  1. Ensure you are not including any very complex objects in your Context type. see https://github.com/microsoft/TypeScript/issues/45405