Merge pull request #768 from apache/alter-graphql-log-time
Time should be Long
This commit is contained in:
commit
6554aec15a
|
|
@ -82,7 +82,7 @@ type KeyValue {
|
|||
}
|
||||
|
||||
type LogEntity {
|
||||
time: String
|
||||
time: Long!
|
||||
data: [KeyValue!]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue