Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit 9790af2

Browse files
WIP: github schema.graphql changed - please review
1 parent 962fc2b commit 9790af2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

example/github/schema.graphql

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16482,7 +16482,7 @@ type Mutation {
1648216482
): UpdateEnterpriseAllowPrivateRepositoryForkingSettingPayload
1648316483

1648416484
"""
16485-
Sets the default repository permission for organizations in an enterprise.
16485+
Sets the base repository permission for organizations in an enterprise.
1648616486
"""
1648716487
updateEnterpriseDefaultRepositoryPermissionSetting(
1648816488
"""
@@ -38364,12 +38364,12 @@ input UpdateEnterpriseDefaultRepositoryPermissionSettingInput {
3836438364
clientMutationId: String
3836538365

3836638366
"""
38367-
The ID of the enterprise on which to set the default repository permission setting.
38367+
The ID of the enterprise on which to set the base repository permission setting.
3836838368
"""
3836938369
enterpriseId: ID! @possibleTypes(concreteTypes: ["Enterprise"])
3837038370

3837138371
"""
38372-
The value for the default repository permission setting on the enterprise.
38372+
The value for the base repository permission setting on the enterprise.
3837338373
"""
3837438374
settingValue: EnterpriseDefaultRepositoryPermissionSettingValue!
3837538375
}
@@ -38384,12 +38384,12 @@ type UpdateEnterpriseDefaultRepositoryPermissionSettingPayload {
3838438384
clientMutationId: String
3838538385

3838638386
"""
38387-
The enterprise with the updated default repository permission setting.
38387+
The enterprise with the updated base repository permission setting.
3838838388
"""
3838938389
enterprise: Enterprise
3839038390

3839138391
"""
38392-
A message confirming the result of updating the default repository permission setting.
38392+
A message confirming the result of updating the base repository permission setting.
3839338393
"""
3839438394
message: String
3839538395
}

0 commit comments

Comments
 (0)