Skip to content

Commit ee111b5

Browse files
octokitbotOctokit Bot
andauthored
feat: remove org verifiedDomainsList and defer keyword, add specifiedBy keyword (#967)
build: schema.json and schema.d.ts updated Co-authored-by: Octokit Bot <octokitbot@martynus.net>
1 parent bf70da9 commit ee111b5

File tree

1 file changed

+23
-79
lines changed

1 file changed

+23
-79
lines changed

schema.json

Lines changed: 23 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -77465,30 +77465,6 @@
7746577465
"isDeprecated": false,
7746677466
"deprecationReason": null
7746777467
},
77468-
{
77469-
"name": "verifiedDomainsList",
77470-
"description": "Verified domains available to this organization.",
77471-
"args": [],
77472-
"type": {
77473-
"kind": "NON_NULL",
77474-
"name": null,
77475-
"ofType": {
77476-
"kind": "LIST",
77477-
"name": null,
77478-
"ofType": {
77479-
"kind": "NON_NULL",
77480-
"name": null,
77481-
"ofType": {
77482-
"kind": "SCALAR",
77483-
"name": "String",
77484-
"ofType": null
77485-
}
77486-
}
77487-
}
77488-
},
77489-
"isDeprecated": false,
77490-
"deprecationReason": null
77491-
},
7749277468
{
7749377469
"name": "viewerCanAdminister",
7749477470
"description": "Organization is adminable by the viewer.",
@@ -157691,30 +157667,6 @@
157691157667
"isDeprecated": false,
157692157668
"deprecationReason": null
157693157669
},
157694-
{
157695-
"name": "verifiedDomainsList",
157696-
"description": "Verified domains available to this organization.",
157697-
"args": [],
157698-
"type": {
157699-
"kind": "NON_NULL",
157700-
"name": null,
157701-
"ofType": {
157702-
"kind": "LIST",
157703-
"name": null,
157704-
"ofType": {
157705-
"kind": "NON_NULL",
157706-
"name": null,
157707-
"ofType": {
157708-
"kind": "SCALAR",
157709-
"name": "String",
157710-
"ofType": null
157711-
}
157712-
}
157713-
}
157714-
},
157715-
"isDeprecated": false,
157716-
"deprecationReason": null
157717-
},
157718157670
{
157719157671
"name": "viewerCanChangePinnedItems",
157720157672
"description": "Can the viewer pin repositories and gists to the profile?",
@@ -162163,6 +162115,29 @@
162163162115
],
162164162116
"args": []
162165162117
},
162118+
{
162119+
"name": "specifiedBy",
162120+
"description": "Exposes a URL that specifies the behavior of this scalar.",
162121+
"locations": [
162122+
"SCALAR"
162123+
],
162124+
"args": [
162125+
{
162126+
"name": "url",
162127+
"description": "The URL that specifies the behavior of this scalar.",
162128+
"type": {
162129+
"kind": "NON_NULL",
162130+
"name": null,
162131+
"ofType": {
162132+
"kind": "SCALAR",
162133+
"name": "String",
162134+
"ofType": null
162135+
}
162136+
},
162137+
"defaultValue": null
162138+
}
162139+
]
162140+
},
162166162141
{
162167162142
"name": "requiredCapabilities",
162168162143
"description": null,
@@ -162198,37 +162173,6 @@
162198162173
"defaultValue": null
162199162174
}
162200162175
]
162201-
},
162202-
{
162203-
"name": "defer",
162204-
"description": "Directs the executor to deliver this part of the result after the initial result.",
162205-
"locations": [
162206-
"FIELD",
162207-
"FRAGMENT_SPREAD",
162208-
"INLINE_FRAGMENT"
162209-
],
162210-
"args": [
162211-
{
162212-
"name": "if",
162213-
"description": "If false, this field _won't_ be deferred.",
162214-
"type": {
162215-
"kind": "SCALAR",
162216-
"name": "Boolean",
162217-
"ofType": null
162218-
},
162219-
"defaultValue": "true"
162220-
},
162221-
{
162222-
"name": "label",
162223-
"description": "A unique label to identify the deferred payload.",
162224-
"type": {
162225-
"kind": "SCALAR",
162226-
"name": "String",
162227-
"ofType": null
162228-
},
162229-
"defaultValue": null
162230-
}
162231-
]
162232162176
}
162233162177
]
162234162178
}

0 commit comments

Comments
 (0)