OBJECT

SearchUserInformationDto

사용자 검색 정보

link GraphQL Schema definition

  • type SearchUserInformationDto {
  • # 전체 수
  • total: Int
  • # 페이지
  • page: Int
  • # 페이지당 수
  • size: Int
  • # 사용자 정보
  • results: [UserInformationDto]
  • # 연속 조회 조건
  • searchAfter: [String]
  • }

link Require by