Describe the bug
There's an undefined function error when querying variations on VariableProduct.
To Reproduce
Run the following query:
query AllProducts {
products {
nodes {
name
... on VariableProduct {
price
variations {
nodes {
databaseId
}
}
}
}
}
}
Expected behavior
First 10 products return
Actual behavior
{
"debugMessage": "Call to undefined function codecept_debug()",
"message": "Internal server error",
"extensions": {
"category": "internal"
},
"locations": [
{
"line": 7,
"column": 9
}
],
"path": [
"products",
"nodes",
1,
"variations"
]
}
Looks like there's a hanging Codeception debug function that got shipped.
Screenshots

Hey @kidunot89 - FYI this is breaking my build when I update from 0.5.x to 0.6.0
@jacobarriola My bad left some debug code in there I'll get a hotfix out immediately.
@kidunot89 all good. I have a PR that's ready to go #343 .
@jacobarriola You PR and everything has been packaged in the v0.6.1 hotfix
Thanks! You are awesome @kidunot89 and @jacobarriola
Most helpful comment
@jacobarriola You PR and everything has been packaged in the v0.6.1 hotfix