Merge pull request #768 from apache/alter-graphql-log-time

Time should be Long
This commit is contained in:
吴晟 Wu Sheng 2018-01-18 14:22:32 +08:00 committed by GitHub
commit 6554aec15a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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