Skip to content

Commit

Permalink
feat: add averageSectionRating queryQL query (#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
YongChenSu authored Sep 2, 2024
1 parent 67b692c commit efa7ac5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/graphql/jobTitle.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const queryJobTitleOverviewGql = /* GraphQL */ `
reply_count
like_count
recommend_to_others
averageSectionRating
}
}
salaryWorkTimesResult(start: 0, limit: $salaryWorkTimesLimit) {
Expand Down Expand Up @@ -272,6 +273,7 @@ export const getJobTitleWorkExperiencesQuery = /* GraphQL */ `
reply_count
like_count
recommend_to_others
averageSectionRating
}
}
}
Expand Down

0 comments on commit efa7ac5

Please sign in to comment.