protected override def followingQueryGivenFull()

in client/src/main/scala/com.gu.contentapi.client/model/Queries.scala [117:119]


  protected override def followingQueryGivenFull(response: SearchResponse, direction: Direction) = for {
    lastResultInResponse <- response.results.lastOption
  } yield FollowingSearchQuery(this, lastResultInResponse.id, direction)