Time should be Long

This commit is contained in:
wu-sheng 2018-01-18 11:14:10 +08:00
parent d8e3bfd30b
commit cef1ca8410
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ type KeyValue {
}
type LogEntity {
time: String
time: Long!
data: [KeyValue!]
}