craftql icon indicating copy to clipboard operation
craftql copied to clipboard

table color field not supported

Open pr1ntr opened this issue 7 years ago • 2 comments

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

pr1ntr avatar Feb 08 '19 01:02 pr1ntr

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.

seidtgeist avatar Feb 13 '19 13:02 seidtgeist

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.

theAdhocracy avatar Jul 02 '19 15:07 theAdhocracy