Skip to content

Commit e17d5e1

Browse files
GraphQL schema update (#60087)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
1 parent db96b9c commit e17d5e1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/graphql/data/fpt/schema.docs.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50807,7 +50807,7 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
5080750807
isArchived: Boolean!
5080850808

5080950809
"""
50810-
Returns true if blank issue creation is allowed
50810+
Returns true if the viewer can create a blank issue in this repository
5081150811
"""
5081250812
isBlankIssuesEnabled: Boolean!
5081350813

src/graphql/data/fpt/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66430,7 +66430,7 @@
6643066430
},
6643166431
{
6643266432
"name": "isBlankIssuesEnabled",
66433-
"description": "<p>Returns true if blank issue creation is allowed.</p>",
66433+
"description": "<p>Returns true if the viewer can create a blank issue in this repository.</p>",
6643466434
"type": "Boolean!",
6643566435
"id": "boolean",
6643666436
"kind": "scalars",

src/graphql/data/ghec/schema.docs.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50807,7 +50807,7 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
5080750807
isArchived: Boolean!
5080850808

5080950809
"""
50810-
Returns true if blank issue creation is allowed
50810+
Returns true if the viewer can create a blank issue in this repository
5081150811
"""
5081250812
isBlankIssuesEnabled: Boolean!
5081350813

src/graphql/data/ghec/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66430,7 +66430,7 @@
6643066430
},
6643166431
{
6643266432
"name": "isBlankIssuesEnabled",
66433-
"description": "<p>Returns true if blank issue creation is allowed.</p>",
66433+
"description": "<p>Returns true if the viewer can create a blank issue in this repository.</p>",
6643466434
"type": "Boolean!",
6643566435
"id": "boolean",
6643666436
"kind": "scalars",

0 commit comments

Comments
 (0)