This repository was archived by the owner on Apr 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -8747,6 +8747,11 @@ type EnterpriseOwnerInfo {
87478747 """
87488748 first: Int
87498749
8750+ """
8751+ Filter whether or not the domain is approved.
8752+ """
8753+ isApproved: Boolean = null
8754+
87508755 """
87518756 Filter whether or not the domain is verified.
87528757 """
@@ -20158,6 +20163,11 @@ type Organization implements Actor & MemberStatusable & Node & PackageOwner & Pr
2015820163 """
2015920164 first: Int
2016020165
20166+ """
20167+ Filter by if the domain is approved.
20168+ """
20169+ isApproved: Boolean = null
20170+
2016120171 """
2016220172 Filter by if the domain is verified.
2016320173 """
@@ -39907,6 +39917,16 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
3990739917 """
3990839918 bioHTML: HTML!
3990939919
39920+ """
39921+ Could this user receive email notifications, if the organization had notification restrictions enabled?
39922+ """
39923+ canReceiveOrganizationEmailsWhenNotificationsRestricted(
39924+ """
39925+ The login of the organization to check.
39926+ """
39927+ login: String!
39928+ ): Boolean!
39929+
3991039930 """
3991139931 A list of commit comments made by this user.
3991239932 """
@@ -41324,6 +41344,11 @@ type VerifiableDomain implements Node {
4132441344 hasFoundVerificationToken: Boolean!
4132541345 id: ID!
4132641346
41347+ """
41348+ Whether or not the domain is approved.
41349+ """
41350+ isApproved: Boolean!
41351+
4132741352 """
4132841353 Whether this domain is required to exist for an organization or enterprise policy to be enforced.
4132941354 """
You can’t perform that action at this time.
0 commit comments