From 7cc46f053df52fb200089f0916f1704f5a82da09 Mon Sep 17 00:00:00 2001 From: trivernis Date: Mon, 16 Nov 2020 11:09:22 +0100 Subject: [PATCH] Fix graphql schema Signed-off-by: trivernis --- src/schema/type-defs.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/schema/type-defs.ts b/src/schema/type-defs.ts index 5907eb1..e55b822 100644 --- a/src/schema/type-defs.ts +++ b/src/schema/type-defs.ts @@ -215,6 +215,7 @@ input InsuranceDataUpdateInput { maintenanceAgreement: String hasFixedRate: Boolean fixedRate: Float + """ Projektzuschuss: must be of format [+|-][$][0-9]*[.[0-9]*] commas are ignored, non numeric values except , and . lead to errors