242ac6bfa7
* Start with dependency graph * Update and add tests * Fix lint and ordering in test
70 lines
1.5 KiB
JSON
70 lines
1.5 KiB
JSON
// 🌟 This was machine generated. Do not edit. 🌟
|
|
//
|
|
// Frame[0] {
|
|
// "typeVersion": [
|
|
// 0,
|
|
// 0
|
|
// ],
|
|
// "preferredVisualisationType": "nodeGraph"
|
|
// }
|
|
// Name: test_nodes
|
|
// Dimensions: 2 Fields by 3 Rows
|
|
// +----------------+----------------+
|
|
// | Name: id | Name: title |
|
|
// | Labels: | Labels: |
|
|
// | Type: []string | Type: []string |
|
|
// +----------------+----------------+
|
|
// | serviceA | serviceA |
|
|
// | serviceB | serviceB |
|
|
// | serviceC | serviceC |
|
|
// +----------------+----------------+
|
|
//
|
|
//
|
|
// 🌟 This was machine generated. Do not edit. 🌟
|
|
{
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"name": "test_nodes",
|
|
"meta": {
|
|
"typeVersion": [
|
|
0,
|
|
0
|
|
],
|
|
"preferredVisualisationType": "nodeGraph"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"type": "string",
|
|
"typeInfo": {
|
|
"frame": "string"
|
|
}
|
|
},
|
|
{
|
|
"name": "title",
|
|
"type": "string",
|
|
"typeInfo": {
|
|
"frame": "string"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
"serviceA",
|
|
"serviceB",
|
|
"serviceC"
|
|
],
|
|
[
|
|
"serviceA",
|
|
"serviceB",
|
|
"serviceC"
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |