INPUT_OBJECT
SearchPostFilterInput
link GraphQL Schema definition
- input SearchPostFilterInput {
- # The people to include in the search results. Default is All.
- : SearchPostFilterPeople
- # Return only posts eligible to earn CE from.
- : Boolean
- # DEPRECATED: Use postType instead.
- : Boolean
- # DEPRECATED: Use postType instead.
- : Boolean
- # DEPRECATED: Use postType instead.
- : Boolean
- # Return only posts that are in these topics.
- : [ID!]
- : [PostType!]
- }