Failed to validate the query: `Field does not exist on enclosing type.`

Hi @aemann2 we recently fixed an issue where types did not generate after certain scaffolding.

Could you try:

  • stop your dev server
  • yarn rw g types
  • yarn rw dev

And see if that helps resolve the issue?