Make the nodes of Topology nullable. And elements in it are not null.

This commit is contained in:
wu-sheng 2018-01-09 12:11:56 +08:00
parent af2c1b979f
commit d730e174f6
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ type SLATrend {
# The overview topology of the whole application cluster or services,
type Topology {
nodes: [Node]!
calls: [Call]
nodes: [Node!]
calls: [Call!]
}
# The base Node of all node types in topology