mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
fix(graphql): add time
attribute type to DateTime scalar
This commit is contained in:
parent
6bbc5c8993
commit
ffaa3fb92a
@ -171,6 +171,7 @@ module.exports = {
|
||||
case 'float':
|
||||
type = 'Float';
|
||||
break;
|
||||
case 'time':
|
||||
case 'date':
|
||||
case 'datetime':
|
||||
case 'timestamp':
|
||||
|
Loading…
x
Reference in New Issue
Block a user