Skip to content

Commit c9a5f7f

Browse files
authored
Action ran graphql script"update-files"
1 parent 8a750db commit c9a5f7f

File tree

5 files changed

+6
-6
lines changed

5 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
@@ -37067,7 +37067,7 @@ type VerifiableDomain implements Node {
3706737067
id: ID!
3706837068

3706937069
"""
37070-
Whether this domain is required to exist for an organization policy to be enforced.
37070+
Whether this domain is required to exist for an organization or enterprise policy to be enforced.
3707137071
"""
3707237072
isRequiredForPolicyEnforcement: Boolean!
3707337073

data/graphql/schema.docs.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40380,7 +40380,7 @@ type VerifiableDomain implements Node {
4038040380
id: ID!
4038140381

4038240382
"""
40383-
Whether this domain is required to exist for an organization policy to be enforced.
40383+
Whether this domain is required to exist for an organization or enterprise policy to be enforced.
4038440384
"""
4038540385
isRequiredForPolicyEnforcement: Boolean!
4038640386

lib/graphql/static/prerendered-objects.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

lib/graphql/static/schema-dotcom.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55978,7 +55978,7 @@
5597855978
},
5597955979
{
5598055980
"name": "isRequiredForPolicyEnforcement",
55981-
"description": "<p>Whether this domain is required to exist for an organization policy to be enforced.</p>",
55981+
"description": "<p>Whether this domain is required to exist for an organization or enterprise policy to be enforced.</p>",
5598255982
"type": "Boolean!",
5598355983
"id": "boolean",
5598455984
"kind": "scalars",

lib/graphql/static/schema-ghae.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51817,7 +51817,7 @@
5181751817
},
5181851818
{
5181951819
"name": "isRequiredForPolicyEnforcement",
51820-
"description": "<p>Whether this domain is required to exist for an organization policy to be enforced.</p>",
51820+
"description": "<p>Whether this domain is required to exist for an organization or enterprise policy to be enforced.</p>",
5182151821
"type": "Boolean!",
5182251822
"id": "boolean",
5182351823
"kind": "scalars",

0 commit comments

Comments
 (0)