1
0
mirror of synced 2025-12-25 11:03:37 -05:00

Action ran graphql script"update-files"

This commit is contained in:
rachmari
2021-05-03 16:38:16 +00:00
committed by GitHub
parent 71e151dc36
commit f55cff4a2b
5 changed files with 22 additions and 22 deletions

File diff suppressed because one or more lines are too long

View File

@@ -4884,7 +4884,7 @@
"kind": "mutations",
"id": "updateenterprisedefaultrepositorypermissionsetting",
"href": "/graphql/reference/mutations#updateenterprisedefaultrepositorypermissionsetting",
"description": "<p>Sets the default repository permission for organizations in an enterprise.</p>",
"description": "<p>Sets the base repository permission for organizations in an enterprise.</p>",
"inputFields": [
{
"name": "input",
@@ -4909,7 +4909,7 @@
"id": "enterprise",
"kind": "objects",
"href": "/graphql/reference/objects#enterprise",
"description": "<p>The enterprise with the updated default repository permission setting.</p>"
"description": "<p>The enterprise with the updated base repository permission setting.</p>"
},
{
"name": "message",
@@ -4917,7 +4917,7 @@
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string",
"description": "<p>A message confirming the result of updating the default repository permission setting.</p>"
"description": "<p>A message confirming the result of updating the base repository permission setting.</p>"
}
]
},
@@ -70129,7 +70129,7 @@
},
{
"name": "enterpriseId",
"description": "<p>The ID of the enterprise on which to set the default repository permission setting.</p>",
"description": "<p>The ID of the enterprise on which to set the base repository permission setting.</p>",
"type": "ID!",
"id": "id",
"kind": "scalars",
@@ -70138,7 +70138,7 @@
},
{
"name": "settingValue",
"description": "<p>The value for the default repository permission setting on the enterprise.</p>",
"description": "<p>The value for the base repository permission setting on the enterprise.</p>",
"type": "EnterpriseDefaultRepositoryPermissionSettingValue!",
"id": "enterprisedefaultrepositorypermissionsettingvalue",
"kind": "enums",

View File

@@ -4071,7 +4071,7 @@
"kind": "mutations",
"id": "updateenterprisedefaultrepositorypermissionsetting",
"href": "/graphql/reference/mutations#updateenterprisedefaultrepositorypermissionsetting",
"description": "<p>Sets the default repository permission for organizations in an enterprise.</p>",
"description": "<p>Sets the base repository permission for organizations in an enterprise.</p>",
"inputFields": [
{
"name": "input",
@@ -4096,7 +4096,7 @@
"id": "enterprise",
"kind": "objects",
"href": "/graphql/reference/objects#enterprise",
"description": "<p>The enterprise with the updated default repository permission setting.</p>"
"description": "<p>The enterprise with the updated base repository permission setting.</p>"
},
{
"name": "message",
@@ -4104,7 +4104,7 @@
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string",
"description": "<p>A message confirming the result of updating the default repository permission setting.</p>"
"description": "<p>A message confirming the result of updating the base repository permission setting.</p>"
}
]
},
@@ -64960,7 +64960,7 @@
},
{
"name": "enterpriseId",
"description": "<p>The ID of the enterprise on which to set the default repository permission setting.</p>",
"description": "<p>The ID of the enterprise on which to set the base repository permission setting.</p>",
"type": "ID!",
"id": "id",
"kind": "scalars",
@@ -64969,7 +64969,7 @@
},
{
"name": "settingValue",
"description": "<p>The value for the default repository permission setting on the enterprise.</p>",
"description": "<p>The value for the base repository permission setting on the enterprise.</p>",
"type": "EnterpriseDefaultRepositoryPermissionSettingValue!",
"id": "enterprisedefaultrepositorypermissionsettingvalue",
"kind": "enums",