Example:
- Table is named:
testing, and is in schema one (one.testing)
- Column is on this same table named:
status (one.testing.status) and has a type of status_type, in schema two (two.status_type)
{
"errors": [
{
"message": "type \"one.status_type\" does not exist",
"path": [
"mnUpdateTestingById"
]
}
],
"data": {
"mnUpdateTestingById": null
}
}
The issue seems to be that it is looking for the type (two.status_type) in the same schema as the table, which isn't always the case.