INPUT_OBJECT

SearchPostFilterInput

link GraphQL Schema definition

  • input SearchPostFilterInput {
  • # The people to include in the search results. Default is All.
  • people: SearchPostFilterPeople
  • # Return only posts eligible to earn CE from.
  • hasCE: Boolean
  • # DEPRECATED: Use postType instead.
  • hasVideo: Boolean
  • # DEPRECATED: Use postType instead.
  • hasImage: Boolean
  • # DEPRECATED: Use postType instead.
  • hasPoll: Boolean
  • # Return only posts that are in these topics.
  • topicIDs: [ID!]
  • postType: [PostType!]
  • }

link Require by