craftql
craftql copied to clipboard
table color field not supported
When my table has a field which is a color CraftQL returns the following error:
{
"message": "Internal server error",
"category": "internal",
"locations": [
{
"line": 11,
"column": 9
}
],
"path": [
"entries",
0,
"statusTable",
0,
"statusColor"
]
}
I am currently on dev-master fyi
I’ve seen similar errors for other fields. Is there any way to include the error message in the response from CraftQL’s side? Might help with debugging in the future.
Seeing the same issue for the time table field as well. I have three columns, two of which are strings and return without issues; if I add the time column ("startTime") to a query it fails with internal server error pointing to that line.