fix(graphql): add time attribute type to DateTime scalar

This commit is contained in:
Johann Pinson 2018-07-03 16:31:23 +02:00
parent 6bbc5c8993
commit ffaa3fb92a

View File

@ -171,6 +171,7 @@ module.exports = {
case 'float':
type = 'Float';
break;
case 'time':
case 'date':
case 'datetime':
case 'timestamp':