1
0
mirror of synced 2026-01-10 09:02:35 -05:00

GraphQL schema update

This commit is contained in:
Octomerger Bot
2021-02-22 23:35:46 +10:00
committed by GitHub
5 changed files with 6 additions and 6 deletions

View File

@@ -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!

View File

@@ -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

View File

@@ -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",

View File

@@ -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",