GraphQL schema update
This commit is contained in:
@@ -37067,7 +37067,7 @@ type VerifiableDomain implements Node {
|
||||
id: ID!
|
||||
|
||||
"""
|
||||
Whether this domain is required to exist for an organization policy to be enforced.
|
||||
Whether this domain is required to exist for an organization or enterprise policy to be enforced.
|
||||
"""
|
||||
isRequiredForPolicyEnforcement: Boolean!
|
||||
|
||||
|
||||
@@ -40380,7 +40380,7 @@ type VerifiableDomain implements Node {
|
||||
id: ID!
|
||||
|
||||
"""
|
||||
Whether this domain is required to exist for an organization policy to be enforced.
|
||||
Whether this domain is required to exist for an organization or enterprise policy to be enforced.
|
||||
"""
|
||||
isRequiredForPolicyEnforcement: Boolean!
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -55978,7 +55978,7 @@
|
||||
},
|
||||
{
|
||||
"name": "isRequiredForPolicyEnforcement",
|
||||
"description": "<p>Whether this domain is required to exist for an organization policy to be enforced.</p>",
|
||||
"description": "<p>Whether this domain is required to exist for an organization or enterprise policy to be enforced.</p>",
|
||||
"type": "Boolean!",
|
||||
"id": "boolean",
|
||||
"kind": "scalars",
|
||||
|
||||
@@ -51817,7 +51817,7 @@
|
||||
},
|
||||
{
|
||||
"name": "isRequiredForPolicyEnforcement",
|
||||
"description": "<p>Whether this domain is required to exist for an organization policy to be enforced.</p>",
|
||||
"description": "<p>Whether this domain is required to exist for an organization or enterprise policy to be enforced.</p>",
|
||||
"type": "Boolean!",
|
||||
"id": "boolean",
|
||||
"kind": "scalars",
|
||||
|
||||
Reference in New Issue
Block a user