Skip to content
Snippets Groups Projects
Commit 68959101 authored by stevereis's avatar stevereis
Browse files

update graphql schema

parent 84885758
No related branches found
No related tags found
No related merge requests found
...@@ -93,8 +93,8 @@ type HeatMapResult { ...@@ -93,8 +93,8 @@ type HeatMapResult {
type LineChartResult { type LineChartResult {
name: String! name: String!
xAxis: ChartAxis! xAxis: ChartAxis
yAxis: ChartAxis! yAxis: ChartAxis
lines: [LineResult!]! lines: [LineResult!]!
} }
...@@ -110,7 +110,7 @@ type ExtraLineInfo { ...@@ -110,7 +110,7 @@ type ExtraLineInfo {
type LineResult { type LineResult {
label: String! label: String!
x: Float! x: [Float!]!
y: [Float!]! y: [Float!]!
extraLineInfos: [ExtraLineInfo!] extraLineInfos: [ExtraLineInfo!]
type: LineType type: LineType
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment