sqlalchemy-graphql-schemagen icon indicating copy to clipboard operation
sqlalchemy-graphql-schemagen copied to clipboard

Filtering with DateTime not working properly

Open flipbit03 opened this issue 4 years ago • 1 comments

{
  "errors": [
    {
      "message": "Argument \"filters\" has invalid value
 {content: {op: LIKE, v: \"image\"}, datecreated: {op: GT, v: \"2020-05-01 00:00:00\"}}.\n
In field \"datecreated\": In field \"v\":
 Expected type \"DateTime\", found \"2020-05-01 00:00:00\".",
      "locations": [
        {
          "line": 4,
          "column": 11
        }
      ]
    }
  ]
}

flipbit03 avatar Jun 02 '20 22:06 flipbit03