Hi, I have a custom resolver (like https://github.com/miragejs/graphql?tab=readme-ov-file#example-deleting-a-person). For a minimal example, consider that the database table `person` is empty and the result of ``` const person = context.mirageSchema.db.people.find(1) ``` is `person` be null. **How do I create a NOT_FOUND error?** Currently, Mirage JS GraphQL will return `null` but no error. I would appreciate any help to reproduce the follow query to [GitHub GraphQL API](https://docs.github.com/en/graphql/overview/explorer) 