Skip to content

Commit

Permalink
feat: remove org verifiedDomainsList and defer keyword, add specified…
Browse files Browse the repository at this point in the history
…By keyword (#967)

build: schema.json and schema.d.ts updated

Co-authored-by: Octokit Bot <octokitbot@martynus.net>
  • Loading branch information
octokitbot and Octokit Bot committed Jul 3, 2024
1 parent bf70da9 commit ee111b5
Showing 1 changed file with 23 additions and 79 deletions.
102 changes: 23 additions & 79 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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?",
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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
}
]
}
]
}
Expand Down

0 comments on commit ee111b5

Please sign in to comment.