File tree 2 files changed +42
-0
lines changed
2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -26093,6 +26093,11 @@ type Repository implements Node & ProjectOwner & RegistryPackageOwner & Registry
26093
26093
"""
26094
26094
hasIssuesEnabled: Boolean!
26095
26095
26096
+ """
26097
+ Indicates if the repository has the Projects feature enabled.
26098
+ """
26099
+ hasProjectsEnabled: Boolean!
26100
+
26096
26101
"""
26097
26102
Indicates if the repository has wiki feature enabled.
26098
26103
"""
@@ -27122,6 +27127,11 @@ interface RepositoryInfo {
27122
27127
"""
27123
27128
hasIssuesEnabled: Boolean!
27124
27129
27130
+ """
27131
+ Indicates if the repository has the Projects feature enabled.
27132
+ """
27133
+ hasProjectsEnabled: Boolean!
27134
+
27125
27135
"""
27126
27136
Indicates if the repository has wiki feature enabled.
27127
27137
"""
Original file line number Diff line number Diff line change 6751
6751
"isDeprecated": false,
6752
6752
"deprecationReason": null
6753
6753
},
6754
+ {
6755
+ "name": "hasProjectsEnabled",
6756
+ "description": "Indicates if the repository has the Projects feature enabled.",
6757
+ "args": [],
6758
+ "type": {
6759
+ "kind": "NON_NULL",
6760
+ "name": null,
6761
+ "ofType": {
6762
+ "kind": "SCALAR",
6763
+ "name": "Boolean",
6764
+ "ofType": null
6765
+ }
6766
+ },
6767
+ "isDeprecated": false,
6768
+ "deprecationReason": null
6769
+ },
6754
6770
{
6755
6771
"name": "hasWikiEnabled",
6756
6772
"description": "Indicates if the repository has wiki feature enabled.",
23649
23665
"isDeprecated": false,
23650
23666
"deprecationReason": null
23651
23667
},
23668
+ {
23669
+ "name": "hasProjectsEnabled",
23670
+ "description": "Indicates if the repository has the Projects feature enabled.",
23671
+ "args": [],
23672
+ "type": {
23673
+ "kind": "NON_NULL",
23674
+ "name": null,
23675
+ "ofType": {
23676
+ "kind": "SCALAR",
23677
+ "name": "Boolean",
23678
+ "ofType": null
23679
+ }
23680
+ },
23681
+ "isDeprecated": false,
23682
+ "deprecationReason": null
23683
+ },
23652
23684
{
23653
23685
"name": "hasWikiEnabled",
23654
23686
"description": "Indicates if the repository has wiki feature enabled.",
You can’t perform that action at this time.
0 commit comments