Merge pull request #757 from peng-yongsheng/feature/graphql

Lowercase the IPv4 and IPv6 attributes.
This commit is contained in:
吴晟 Wu Sheng 2018-01-16 09:39:38 +08:00 committed by GitHub
commit ba9c5af101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ type AppServerInfo {
os: String
host: String
pid: Int
IPv4: String
IPv6: String
ipv4: String
ipv6: String
}
type CPUTrend {