Skip to content

Commit fd05f81

Browse files
authored
Merge pull request #31096 from github/repo-sync
Repo sync
2 parents 3c83ce0 + b164a14 commit fd05f81

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

data/graphql/ghae/schema.docs-ghae.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32750,7 +32750,7 @@ type Release implements Node & Reactable & UniformResourceLocatable {
3275032750
last: Int
3275132751

3275232752
"""
32753-
A list of names to filter the assets by.
32753+
A name to filter the assets by.
3275432754
"""
3275532755
name: String
3275632756
): ReleaseAssetConnection!

data/graphql/ghec/schema.docs.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39725,7 +39725,7 @@ type Release implements Node & Reactable & UniformResourceLocatable {
3972539725
last: Int
3972639726

3972739727
"""
39728-
A list of names to filter the assets by.
39728+
A name to filter the assets by.
3972939729
"""
3973039730
name: String
3973139731
): ReleaseAssetConnection!

data/graphql/schema.docs.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39725,7 +39725,7 @@ type Release implements Node & Reactable & UniformResourceLocatable {
3972539725
last: Int
3972639726

3972739727
"""
39728-
A list of names to filter the assets by.
39728+
A name to filter the assets by.
3972939729
"""
3973039730
name: String
3973139731
): ReleaseAssetConnection!

src/graphql/data/fpt/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54644,7 +54644,7 @@
5464454644
},
5464554645
{
5464654646
"name": "name",
54647-
"description": "<p>A list of names to filter the assets by.</p>",
54647+
"description": "<p>A name to filter the assets by.</p>",
5464854648
"type": {
5464954649
"name": "String",
5465054650
"id": "string",

src/graphql/data/ghae/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45371,7 +45371,7 @@
4537145371
},
4537245372
{
4537345373
"name": "name",
45374-
"description": "<p>A list of names to filter the assets by.</p>",
45374+
"description": "<p>A name to filter the assets by.</p>",
4537545375
"type": {
4537645376
"name": "String",
4537745377
"id": "string",

src/graphql/data/ghec/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54644,7 +54644,7 @@
5464454644
},
5464554645
{
5464654646
"name": "name",
54647-
"description": "<p>A list of names to filter the assets by.</p>",
54647+
"description": "<p>A name to filter the assets by.</p>",
5464854648
"type": {
5464954649
"name": "String",
5465054650
"id": "string",

0 commit comments

Comments
 (0)