mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +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':
|
case 'float':
|
||||||
type = 'Float';
|
type = 'Float';
|
||||||
break;
|
break;
|
||||||
|
case 'time':
|
||||||
case 'date':
|
case 'date':
|
||||||
case 'datetime':
|
case 'datetime':
|
||||||
case 'timestamp':
|
case 'timestamp':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user