Add shoutedBy_some to _PostFilter

- we have a feature that allows users to publicly show their shouts with
their consent. we need this for the filter to work.
This commit is contained in:
mattwr18 2019-11-25 12:35:32 +01:00
parent f6d09ffe3e
commit d1606c6b1f

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!]