From 115122f8326978f062f359118d11878a926b60d9 Mon Sep 17 00:00:00 2001
From: stevereis <stevereis93@gmail.com>
Date: Wed, 12 Jan 2022 09:15:20 +0100
Subject: [PATCH] wip: experiment integration front end

fix param type not matching after rebase
---
 api/src/schema.gql | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/api/src/schema.gql b/api/src/schema.gql
index dbd4a5c..7a13c77 100644
--- a/api/src/schema.gql
+++ b/api/src/schema.gql
@@ -215,6 +215,11 @@ input AlgorithmParamInput {
   value: [String!]!
 }
 
+enum ParamType {
+  STRING
+  NUMBER
+}
+
 input FormulaTransformation {
   name: String!
   operation: String!
-- 
GitLab