web/src/api/promotion.js
@@ -4,6 +4,7 @@ const GET_PROMOTION_COMPETITIONS = ` query GetPromotionCompetitions($name: String, $page: Int, $size: Int) { promotionCompetitions(name: $name, page: $page, size: $size) { content { id competitionId competitionName @@ -16,6 +17,11 @@ sortOrder state } totalElements page size totalPages } } `