From fc727e672721a061524c621dab5e56387dfedd52 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 25 Apr 2023 19:11:46 +0200 Subject: [PATCH] add eventEnd --- backend/src/schema/types/type/Post.gql | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/schema/types/type/Post.gql b/backend/src/schema/types/type/Post.gql index b574fa4ce..f8772e005 100644 --- a/backend/src/schema/types/type/Post.gql +++ b/backend/src/schema/types/type/Post.gql @@ -193,6 +193,7 @@ input _PostInput { input _EventInput { eventStart: String! + eventEnd: String eventLocation: String eventVenue: String eventIsOnline: Boolean