Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 48961cf

Browse files
authored
Merge pull request #2349 from atom/schema-update/1574384979095
GraphQL schema update
2 parents 1ec199a + 1ab371d commit 48961cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

graphql/schema.graphql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17471,6 +17471,9 @@ type Repository implements Node & ProjectOwner & RegistryPackageOwner & Registry
1747117471
"""Indicates if the repository has issues feature enabled."""
1747217472
hasIssuesEnabled: Boolean!
1747317473

17474+
"""Indicates if the repository has the Projects feature enabled."""
17475+
hasProjectsEnabled: Boolean!
17476+
1747417477
"""Indicates if the repository has wiki feature enabled."""
1747517478
hasWikiEnabled: Boolean!
1747617479

@@ -18146,6 +18149,9 @@ interface RepositoryInfo {
1814618149
"""Indicates if the repository has issues feature enabled."""
1814718150
hasIssuesEnabled: Boolean!
1814818151

18152+
"""Indicates if the repository has the Projects feature enabled."""
18153+
hasProjectsEnabled: Boolean!
18154+
1814918155
"""Indicates if the repository has wiki feature enabled."""
1815018156
hasWikiEnabled: Boolean!
1815118157

0 commit comments

Comments
 (0)