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

wip: experiment integration front end

fix param type not matching after rebase
parent fd68b3d5
No related branches found
No related tags found
No related merge requests found
......@@ -215,6 +215,11 @@ input AlgorithmParamInput {
value: [String!]!
}
enum ParamType {
STRING
NUMBER
}
input FormulaTransformation {
name: String!
operation: String!
......
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