From 86d80c689cefdca525cac11b31a845d22073fa5f Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Mon, 9 Sep 2019 16:51:24 +0200 Subject: [PATCH] Fix indentation issue on EMOTED --- backend/src/schema/types/type/EMOTED.gql | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/schema/types/type/EMOTED.gql b/backend/src/schema/types/type/EMOTED.gql index cefb26f21..9928c5741 100644 --- a/backend/src/schema/types/type/EMOTED.gql +++ b/backend/src/schema/types/type/EMOTED.gql @@ -15,6 +15,7 @@ input _EMOTEDInput { updatedAt: String } + input _PostEMOTEDFilter { emotion_in: [Emotion] createdAt: String