OBJECT

PostSearchConnection

link GraphQL Schema definition

  • type PostSearchConnection {
  • edges: [PostEdge]
  • pageInfo: PageInfo!
  • totalCount: Int!
  • # The topics that are present in the search results.
  • topics: [Topic]
  • }

link Require by