Skip to content

feat: enhance GetHackerOneReportByID query with additional fields#13

Merged
iMartzen merged 2 commits into
mainfrom
feat/enhance-report-query
Dec 3, 2025
Merged

feat: enhance GetHackerOneReportByID query with additional fields#13
iMartzen merged 2 commits into
mainfrom
feat/enhance-report-query

Conversation

@iMartzen

@iMartzen iMartzen commented Dec 2, 2025

Copy link
Copy Markdown
Member

This pull request updates the GetHackerOneReportByID GraphQL query to fetch additional fields and related activity data for a HackerOne report. The main improvements are the inclusion of new fields for better report referencing and the ability to retrieve detailed activity logs associated with the report.

Enhancements to HackerOne report data:

  • Added reference and reference_link fields to the report query, enabling easier cross-referencing and direct access to external or internal report references.

Activity data retrieval:

  • Introduced an activities connection to fetch up to 100 activity entries per report, including details such as activity ID, timestamps, messages, and actor information (user or team), providing a comprehensive activity history for each report.- Add reference and reference_link fields to report node
  • Add activities field with full activity history (first 100 items)

- Add reference and reference_link fields to report node
- Add activities field with full activity history (first 100 items)
@iMartzen iMartzen self-assigned this Dec 2, 2025
@iMartzen
iMartzen requested review from Copilot and philipkocanda and removed request for Copilot December 2, 2025 16:55
@github-actions

github-actions Bot commented Dec 2, 2025

Copy link
Copy Markdown

🔄 GraphQL Schema Updated

The GraphQL schema has been automatically updated from HackerOne's latest schema. Please review the changes before merging.

@iMartzen
iMartzen merged commit 371a14e into main Dec 3, 2025
@iMartzen
iMartzen deleted the feat/enhance-report-query branch December 3, 2025 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants