github-schema 1.20.7 → 1.20.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/github-schema.graphql +1 -1
- package/package.json +1 -1
package/github-schema.graphql
CHANGED
|
@@ -51457,7 +51457,7 @@ enum SearchType {
|
|
|
51457
51457
|
"""
|
|
51458
51458
|
Returns results matching issues in repositories.
|
|
51459
51459
|
"""
|
|
51460
|
-
ISSUE_ADVANCED @deprecated(reason: "Search for issues and pull requests will be overridden by advanced search on
|
|
51460
|
+
ISSUE_ADVANCED @deprecated(reason: "Search for issues and pull requests will be overridden by advanced search on November 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-11-04 UTC.")
|
|
51461
51461
|
|
|
51462
51462
|
"""
|
|
51463
51463
|
Returns results matching repositories.
|