Skip to content

Commit 65dd989

Browse files
author
Automated
committed
GitHub: Fri Mar 14 15:04:43 UTC 2025
1 parent e2d7560 commit 65dd989

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

github/github.graphql

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15037,6 +15037,11 @@ type Milestone implements Closable & Node & UniformResourceLocatable {
1503715037
"""Identifies the description of the milestone."""
1503815038
description: String
1503915039

15040+
"""
15041+
The HTML rendered description of the milestone using GitHub Flavored Markdown.
15042+
"""
15043+
descriptionHTML: String
15044+
1504015045
"""Identifies the due date of the milestone."""
1504115046
dueOn: DateTime
1504215047

@@ -32969,7 +32974,7 @@ enum SearchType {
3296932974
ISSUE
3297032975

3297132976
"""Returns results matching issues in repositories."""
32972-
ISSUE_ADVANCED @deprecated(reason: "Search for issues and pull requests will be overridden by advanced search on September 4, 2025. Removal on 2025-09-04 UTC.")
32977+
ISSUE_ADVANCED @deprecated(reason: "Search for issues and pull requests will be overridden by advanced search on September 4, 2025. You can read more about this change on https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more/. Removal on 2025-09-04 UTC.")
3297332978

3297432979
"""Returns results matching repositories."""
3297532980
REPOSITORY

0 commit comments

Comments
 (0)