INPUT_OBJECT
input ArticleFilter {# List only articles visible after the datefrom: String# List only articles visible before the dateto: String# Only articles related to this eventrelatedEventId: Int# Only articles by this memberauthorId: Int# Article visibilityvisible: Boolean}