Merge branch '1488-filter-posts-by-emotion' of github.com:Human-Connection/Human-Connection into 1488-filter-posts-by-emotion

This commit is contained in:
aonomike 2019-09-09 17:52:00 +03:00
commit f23c9375f1

View File

@ -15,6 +15,7 @@ input _EMOTEDInput {
updatedAt: String updatedAt: String
} }
input _PostEMOTEDFilter { input _PostEMOTEDFilter {
emotion_in: [Emotion] emotion_in: [Emotion]
createdAt: String createdAt: String