{
token(username: "[email protected]", password: "123456")
}
This is My qhaphQL query.
I am getting below error
{
"errors": [
{
"debugMessage": "An exception occurred while executing 'DELETE FROM oegraphqltoken WHERE (OXUSERID = ?) AND (EXPIRES_AT <= NOW())' with params [\"b84d819c483496aec7452cfa5a4a3f16\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'oxid-graphql.oegraphqltoken' doesn't exist",
"message": "Internal server error",
"extensions": {
"category": "internal"
},
"locations": [
{
"line": 3,
"column": 3
}
],
"path": [
"token"
]
}
]
}