Digging deeper on logs, I'm seeing these errors which include `field 'refreshTokenHash' not found in type authRefreshTokens_bool_exp`
```
{"latencyInNs":13000000,"level":"error","message":"POST /token 500 13ms","method":"POST","statusCode":500,"url":"/token"}
{"detail":{"http_info":{"content_encoding":null,"http_version":"HTTP/1.1","ip":"10.110.17.37","method":"POST","status":200,"url":"/v1/graphql"},"operation":{"error":{"code":"validation-failed","error":"field 'refreshTokenHash' not found in type: 'authRefreshTokens_bool_exp'","path":"$.selectionSet.authRefreshTokens.args.where._and[0].refreshTokenHash"},"request_id":"d8815574-5a6f-4b24-b774-cc5a0c9dbc07","request_mode":"error","response_size":189,"uncompressed_response_size":189,"user_vars":{"x-hasura-role":"admin"}},"request_id":"d8815574-5a6f-4b24-b774-cc5a0c9dbc07"},"level":"error","timestamp":"2023-03-20T11:45:39.148+0000","type":"http-log"}
```