Merge pull request #2353 from Human-Connection/2352-fix-shoutedBy_some-filter

Add shoutedBy_some to _PostFilter
This commit is contained in:
mattwr18 2019-11-25 15:36:38 +01:00 committed by GitHub
commit 554fab2242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ input _PostFilter {
title_not_starts_with: String
title_ends_with: String
title_not_ends_with: String
shoutedBy_some: _UserFilter
slug: String
slug_not: String
slug_in: [String!]