Make the nodes of Topology nullable. And elements in it are not null.
This commit is contained in:
parent
af2c1b979f
commit
d730e174f6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue