See TODOs in a PR

Here's how to see all the TODOs introduced in a PR

Two steps: Diff your PR branch compared to the master branch and then grep for TODOs. For instance:

git diff my-branch..master | rg TODO
-// TODO: use formatPrimaryErrorMessage in constructors
-// TODO: move errors into own module
-// TODO: use in message of GqlApiMutationError
-// TODO: use this for inline-save
-// TODO: use optionalProperties errors on all query schemas