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

Commit 56cf4ee

Browse files
author
Create or Update Pull Request Action
committed
WIP: github schema.graphql changed - please review
1 parent 2bd53d5 commit 56cf4ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

example/github/schema.graphql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9145,7 +9145,7 @@ type EnterpriseOwnerInfo {
91459145
): OrganizationConnection!
91469146

91479147
"""
9148-
Indicates if email notification delivery for this enterprise is restricted to verified domains.
9148+
Indicates if email notification delivery for this enterprise is restricted to verified or approved domains.
91499149
"""
91509150
notificationDeliveryRestrictionEnabledSetting: NotificationRestrictionSettingValue!
91519151

@@ -16672,7 +16672,7 @@ type Mutation {
1667216672
): UpdateLabelPayload @preview(toggledBy: "bane-preview")
1667316673

1667416674
"""
16675-
Update the setting to restrict notifications to only verified domains available to an owner.
16675+
Update the setting to restrict notifications to only verified or approved domains available to an owner.
1667616676
"""
1667716677
updateNotificationRestrictionSetting(
1667816678
"""
@@ -20327,7 +20327,7 @@ type Organization implements Actor & MemberStatusable & Node & PackageOwner & Pr
2032720327
newTeamUrl: URI!
2032820328

2032920329
"""
20330-
Indicates if email notification delivery for this organization is restricted to verified domains.
20330+
Indicates if email notification delivery for this organization is restricted to verified or approved domains.
2033120331
"""
2033220332
notificationDeliveryRestrictionEnabledSetting: NotificationRestrictionSettingValue!
2033320333

@@ -41285,7 +41285,7 @@ enum UserStatusOrderField {
4128541285
}
4128641286

4128741287
"""
41288-
A domain that can be verified for an organization or an enterprise.
41288+
A domain that can be verified or approved for an organization or an enterprise.
4128941289
"""
4129041290
type VerifiableDomain implements Node {
4129141291
"""

0 commit comments

Comments
 (0)