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 {
type LineChartResult {
name: String!
xAxis: ChartAxis!
yAxis: ChartAxis!
xAxis: ChartAxis
yAxis: ChartAxis
lines: [LineResult!]!
}
......@@ -110,7 +110,7 @@ type ExtraLineInfo {
type LineResult {
label: String!
x: Float!
x: [Float!]!
y: [Float!]!
extraLineInfos: [ExtraLineInfo!]
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