1
0
mirror of synced 2025-12-30 12:02:01 -05:00

GraphQL schema update (#40036)

Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
docs-bot
2023-07-31 09:38:56 -07:00
committed by GitHub
parent 322e6ca421
commit b948811725
7 changed files with 334 additions and 0 deletions

View File

@@ -24244,6 +24244,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssuesEnabled: Boolean
"""
If non-null, filters repositories according to whether they are archived and not maintained
"""
@@ -34806,6 +34811,11 @@ type Repository implements Node & ProjectOwner & RepositoryInfo & Starrable & Su
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssuesEnabled: Boolean
"""
If non-null, filters repositories according to whether they have been locked
"""
@@ -36780,6 +36790,11 @@ interface RepositoryOwner {
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssuesEnabled: Boolean
"""
If non-null, filters repositories according to whether they are archived and not maintained
"""
@@ -42656,6 +42671,11 @@ type Topic implements Node & Starrable {
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssuesEnabled: Boolean
"""
If non-null, filters repositories according to whether they have been locked
"""
@@ -46447,6 +46467,11 @@ type User implements Actor & Node & ProfileOwner & ProjectOwner & RepositoryDisc
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssuesEnabled: Boolean
"""
If non-null, filters repositories according to whether they are archived and not maintained
"""
@@ -46510,6 +46535,11 @@ type User implements Actor & Node & ProfileOwner & ProjectOwner & RepositoryDisc
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssues: Boolean
"""
If true, include user repositories
"""
@@ -46833,6 +46863,11 @@ type User implements Actor & Node & ProfileOwner & ProjectOwner & RepositoryDisc
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssuesEnabled: Boolean
"""
If non-null, filters repositories according to whether they have been locked
"""

View File

@@ -27784,6 +27784,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssuesEnabled: Boolean
"""
If non-null, filters repositories according to whether they are archived and not maintained
"""
@@ -42232,6 +42237,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssuesEnabled: Boolean
"""
If non-null, filters repositories according to whether they have been locked
"""
@@ -44426,6 +44436,11 @@ interface RepositoryOwner {
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssuesEnabled: Boolean
"""
If non-null, filters repositories according to whether they are archived and not maintained
"""
@@ -53404,6 +53419,11 @@ type Topic implements Node & Starrable {
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssuesEnabled: Boolean
"""
If non-null, filters repositories according to whether they have been locked
"""
@@ -57957,6 +57977,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssuesEnabled: Boolean
"""
If non-null, filters repositories according to whether they are archived and not maintained
"""
@@ -58020,6 +58045,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssues: Boolean
"""
If true, include user repositories
"""
@@ -58642,6 +58672,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssuesEnabled: Boolean
"""
If non-null, filters repositories according to whether they have been locked
"""

View File

@@ -27784,6 +27784,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssuesEnabled: Boolean
"""
If non-null, filters repositories according to whether they are archived and not maintained
"""
@@ -42232,6 +42237,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssuesEnabled: Boolean
"""
If non-null, filters repositories according to whether they have been locked
"""
@@ -44426,6 +44436,11 @@ interface RepositoryOwner {
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssuesEnabled: Boolean
"""
If non-null, filters repositories according to whether they are archived and not maintained
"""
@@ -53404,6 +53419,11 @@ type Topic implements Node & Starrable {
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssuesEnabled: Boolean
"""
If non-null, filters repositories according to whether they have been locked
"""
@@ -57957,6 +57977,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssuesEnabled: Boolean
"""
If non-null, filters repositories according to whether they are archived and not maintained
"""
@@ -58020,6 +58045,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssues: Boolean
"""
If true, include user repositories
"""
@@ -58642,6 +58672,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
"""
first: Int
"""
If non-null, filters repositories according to whether they have issues enabled
"""
hasIssuesEnabled: Boolean
"""
If non-null, filters repositories according to whether they have been locked
"""