mancillh / Job-Board

2 stars 0 forks source link

typeDef and queries need Date() in Job! #104

Closed tleavitt25526 closed 1 hour ago

tleavitt25526 commented 23 hours ago

gql can only take primitive js variable types. This does not include Date. There are a couple different fixes, including scalars, and converting the time to straight numbers.