From c1484e7e774e377c414ccb9a84474c50fa9fc2fb Mon Sep 17 00:00:00 2001 From: leonnicolas Date: Wed, 23 Sep 2020 13:52:08 +0200 Subject: [PATCH] type-defs.ts: bug fix --- src/schema/type-defs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema/type-defs.ts b/src/schema/type-defs.ts index 6041341..ef86b6c 100644 --- a/src/schema/type-defs.ts +++ b/src/schema/type-defs.ts @@ -80,7 +80,7 @@ input CargoBikeCreateInput { } input CargoBikeUpdateInput { - id: Int! + id: ID! "see column A in info tabelle" group: Group name: String