From 614c94b89d36a87c5eaa4316604944a5e14e1c44 Mon Sep 17 00:00:00 2001 From: Octokit Bot Date: Wed, 3 Jul 2024 12:00:56 +0000 Subject: [PATCH] build: schema.json and schema.d.ts updated --- schema.json | 102 ++++++++++++---------------------------------------- 1 file changed, 23 insertions(+), 79 deletions(-) diff --git a/schema.json b/schema.json index bd139aa98..f64366bae 100644 --- a/schema.json +++ b/schema.json @@ -77465,30 +77465,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "verifiedDomainsList", - "description": "Verified domains available to this organization.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "viewerCanAdminister", "description": "Organization is adminable by the viewer.", @@ -157691,30 +157667,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "verifiedDomainsList", - "description": "Verified domains available to this organization.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "viewerCanChangePinnedItems", "description": "Can the viewer pin repositories and gists to the profile?", @@ -162163,6 +162115,29 @@ ], "args": [] }, + { + "name": "specifiedBy", + "description": "Exposes a URL that specifies the behavior of this scalar.", + "locations": [ + "SCALAR" + ], + "args": [ + { + "name": "url", + "description": "The URL that specifies the behavior of this scalar.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ] + }, { "name": "requiredCapabilities", "description": null, @@ -162198,37 +162173,6 @@ "defaultValue": null } ] - }, - { - "name": "defer", - "description": "Directs the executor to deliver this part of the result after the initial result.", - "locations": [ - "FIELD", - "FRAGMENT_SPREAD", - "INLINE_FRAGMENT" - ], - "args": [ - { - "name": "if", - "description": "If false, this field _won't_ be deferred.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true" - }, - { - "name": "label", - "description": "A unique label to identify the deferred payload.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ] } ] }