INPUT_OBJECT

SimilarPostConfig

link GraphQL Schema definition

  • input SimilarPostConfig {
  • topK: Int
  • diversifyAuthors: Boolean
  • # Return only posts that are of these types. If not specified, posts of all types
  • # will be returned.
  • postTypes: [PostType!]
  • }