This is an automated email from the ASF dual-hosted git repository.

ywang pushed a commit to branch new
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-query-protocol.git

commit 6b23f7d29a2a38434b2b6a6964632fa473e9e718
Author: TinyAllen <allen.wang....@outlook.com>
AuthorDate: Thu Jan 31 14:21:21 2019 +0800

    Update: add database type
---
 database.graphqls | 1 +
 1 file changed, 1 insertion(+)

diff --git a/database.graphqls b/database.graphqls
index 1e4d888..b796107 100644
--- a/database.graphqls
+++ b/database.graphqls
@@ -19,6 +19,7 @@
 type Database {
     id: ID!
     name: String!
+    type: String!
 }
 
 extend type Query {

Reply via email to