From ca96923d3c688e71c0431512308f8506c9b573b9 Mon Sep 17 00:00:00 2001 From: leonnicolas Date: Tue, 24 Nov 2020 12:02:42 +0100 Subject: [PATCH] src/schema/*: added comment --- src/schema/type-defs.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/schema/type-defs.ts b/src/schema/type-defs.ts index fe125e0..7152e31 100644 --- a/src/schema/type-defs.ts +++ b/src/schema/type-defs.ts @@ -115,6 +115,7 @@ export default gql` """ Refers to unique equipment When set to null or [], no relations will be added. + When specified id is in a relation with another bike, this relation will be deleted. """ equipmentIds: [ID] "Sticker State" @@ -162,6 +163,7 @@ export default gql` When set to null, field will be ignored. When set to [], all relations will be deleted. Else all realtions will be deleted and the specified relations will be added. + When specified id is in a relation with another bike, this relation will be deleted. """ equipmentIds: [ID] "Sticker State"