Merge pull request #16 from fLotte-meets-HWR-DB/develop

Fix graphql schema
pull/20/head
Trivernis 4 years ago committed by GitHub
commit 478f0f0326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,4 +27,3 @@ jobs:
- run: npm ci
- run: npm install -g gulp
- run: gulp
- run: timeout 1s npm start

@ -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

Loading…
Cancel
Save