Skip to content

Commit cd66836

Browse files
GraphQL schema update (#61320)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
1 parent c8a7c5b commit cd66836

4 files changed

Lines changed: 48 additions & 24 deletions

File tree

src/graphql/data/fpt/schema.docs.graphql

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23430,7 +23430,7 @@ type MarkedAsDuplicateEvent implements Node {
2343023430
"""
2343123431
A public description of a Marketplace category.
2343223432
"""
23433-
type MarketplaceCategory implements Node {
23433+
type MarketplaceCategory implements Node @docsCategory(name: "apps") {
2343423434
"""
2343523435
The category's description.
2343623436
"""
@@ -23480,7 +23480,7 @@ type MarketplaceCategory implements Node {
2348023480
"""
2348123481
A listing in the GitHub integration marketplace.
2348223482
"""
23483-
type MarketplaceListing implements Node {
23483+
type MarketplaceListing implements Node @docsCategory(name: "apps") {
2348423484
"""
2348523485
The GitHub App this listing represents.
2348623486
"""
@@ -28212,7 +28212,7 @@ type Mutation {
2821228212
Parameters for UpdateNotificationRestrictionSetting
2821328213
"""
2821428214
input: UpdateNotificationRestrictionSettingInput!
28215-
): UpdateNotificationRestrictionSettingPayload
28215+
): UpdateNotificationRestrictionSettingPayload @docsCategory(name: "activity")
2821628216

2821728217
"""
2821828218
Sets whether private repository forks are enabled for an organization.
@@ -28495,7 +28495,7 @@ type Mutation {
2849528495
Parameters for UpdateSubscription
2849628496
"""
2849728497
input: UpdateSubscriptionInput!
28498-
): UpdateSubscriptionPayload
28498+
): UpdateSubscriptionPayload @docsCategory(name: "activity")
2849928499

2850028500
"""
2850128501
Updates team review assignment.
@@ -28571,7 +28571,7 @@ interface Node {
2857128571
"""
2857228572
The possible values for the notification restriction setting.
2857328573
"""
28574-
enum NotificationRestrictionSettingValue {
28574+
enum NotificationRestrictionSettingValue @docsCategory(name: "activity") {
2857528575
"""
2857628576
The setting is disabled for the owner.
2857728577
"""
@@ -43585,7 +43585,7 @@ enum PullRequestMergeMethod {
4358543585
"""
4358643586
Ways in which lists of issues can be ordered upon return.
4358743587
"""
43588-
input PullRequestOrder {
43588+
input PullRequestOrder @docsCategory(name: "pulls") {
4358943589
"""
4359043590
The direction in which to order pull requests by the specified field.
4359143591
"""
@@ -43600,7 +43600,7 @@ input PullRequestOrder {
4360043600
"""
4360143601
Properties by which pull_requests connections can be ordered.
4360243602
"""
43603-
enum PullRequestOrderField {
43603+
enum PullRequestOrderField @docsCategory(name: "pulls") {
4360443604
"""
4360543605
Order pull_requests by creation time
4360643606
"""
@@ -62470,7 +62470,7 @@ type SubmoduleEdge {
6247062470
"""
6247162471
Entities that can be subscribed to for web and email notifications.
6247262472
"""
62473-
interface Subscribable {
62473+
interface Subscribable @docsCategory(name: "activity") {
6247462474
"""
6247562475
The Node ID of the Subscribable object
6247662476
"""
@@ -62490,7 +62490,7 @@ interface Subscribable {
6249062490
"""
6249162491
Entities that can be subscribed to for web and email notifications.
6249262492
"""
62493-
interface SubscribableThread {
62493+
interface SubscribableThread @docsCategory(name: "activity") {
6249462494
"""
6249562495
The Node ID of the SubscribableThread object
6249662496
"""
@@ -62535,7 +62535,7 @@ type SubscribedEvent implements Node {
6253562535
"""
6253662536
The possible states of a subscription.
6253762537
"""
62538-
enum SubscriptionState {
62538+
enum SubscriptionState @docsCategory(name: "activity") {
6253962539
"""
6254062540
The User is never notified.
6254162541
"""
@@ -64567,7 +64567,7 @@ type TextMatchHighlight {
6456764567
"""
6456864568
The possible states of a thread subscription form action
6456964569
"""
64570-
enum ThreadSubscriptionFormAction {
64570+
enum ThreadSubscriptionFormAction @docsCategory(name: "activity") {
6457164571
"""
6457264572
The User cannot subscribe or unsubscribe to the thread
6457364573
"""
@@ -64587,7 +64587,7 @@ enum ThreadSubscriptionFormAction {
6458764587
"""
6458864588
The possible states of a subscription.
6458964589
"""
64590-
enum ThreadSubscriptionState {
64590+
enum ThreadSubscriptionState @docsCategory(name: "activity") {
6459164591
"""
6459264592
The subscription status is currently disabled.
6459364593
"""

src/graphql/data/fpt/schema.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8446,6 +8446,7 @@
84468446
"id": "updatenotificationrestrictionsetting",
84478447
"href": "/graphql/reference/mutations#updatenotificationrestrictionsetting",
84488448
"description": "<p>Update the setting to restrict notifications to only verified or approved domains available to an owner.</p>",
8449+
"isDeprecated": false,
84498450
"inputFields": [
84508451
{
84518452
"name": "input",
@@ -9236,6 +9237,7 @@
92369237
"id": "updatesubscription",
92379238
"href": "/graphql/reference/mutations#updatesubscription",
92389239
"description": "<p>Updates the state for subscribable subjects.</p>",
9240+
"isDeprecated": false,
92399241
"inputFields": [
92409242
{
92419243
"name": "input",
@@ -31410,6 +31412,7 @@
3141031412
"id": "marketplacecategory",
3141131413
"href": "/graphql/reference/objects#marketplacecategory",
3141231414
"description": "<p>A public description of a Marketplace category.</p>",
31415+
"isDeprecated": false,
3141331416
"implements": [
3141431417
{
3141531418
"name": "Node",
@@ -31488,6 +31491,7 @@
3148831491
"id": "marketplacelisting",
3148931492
"href": "/graphql/reference/objects#marketplacelisting",
3149031493
"description": "<p>A listing in the GitHub integration marketplace.</p>",
31494+
"isDeprecated": false,
3149131495
"implements": [
3149231496
{
3149331497
"name": "Node",
@@ -80689,6 +80693,7 @@
8068980693
"id": "subscribable",
8069080694
"href": "/graphql/reference/interfaces#subscribable",
8069180695
"description": "<p>Entities that can be subscribed to for web and email notifications.</p>",
80696+
"isDeprecated": false,
8069280697
"fields": [
8069380698
{
8069480699
"name": "id",
@@ -80718,6 +80723,7 @@
8071880723
"id": "subscribablethread",
8071980724
"href": "/graphql/reference/interfaces#subscribablethread",
8072080725
"description": "<p>Entities that can be subscribed to for web and email notifications.</p>",
80726+
"isDeprecated": false,
8072180727
"fields": [
8072280728
{
8072380729
"name": "id",
@@ -83259,6 +83265,7 @@
8325983265
"id": "notificationrestrictionsettingvalue",
8326083266
"href": "/graphql/reference/enums#notificationrestrictionsettingvalue",
8326183267
"description": "<p>The possible values for the notification restriction setting.</p>",
83268+
"isDeprecated": false,
8326283269
"values": [
8326383270
{
8326483271
"name": "DISABLED",
@@ -84628,6 +84635,7 @@
8462884635
"id": "pullrequestorderfield",
8462984636
"href": "/graphql/reference/enums#pullrequestorderfield",
8463084637
"description": "<p>Properties by which pull_requests connections can be ordered.</p>",
84638+
"isDeprecated": false,
8463184639
"values": [
8463284640
{
8463384641
"name": "CREATED_AT",
@@ -87642,6 +87650,7 @@
8764287650
"id": "subscriptionstate",
8764387651
"href": "/graphql/reference/enums#subscriptionstate",
8764487652
"description": "<p>The possible states of a subscription.</p>",
87653+
"isDeprecated": false,
8764587654
"values": [
8764687655
{
8764787656
"name": "IGNORED",
@@ -87822,6 +87831,7 @@
8782287831
"id": "threadsubscriptionformaction",
8782387832
"href": "/graphql/reference/enums#threadsubscriptionformaction",
8782487833
"description": "<p>The possible states of a thread subscription form action.</p>",
87834+
"isDeprecated": false,
8782587835
"values": [
8782687836
{
8782787837
"name": "NONE",
@@ -87842,6 +87852,7 @@
8784287852
"id": "threadsubscriptionstate",
8784387853
"href": "/graphql/reference/enums#threadsubscriptionstate",
8784487854
"description": "<p>The possible states of a subscription.</p>",
87855+
"isDeprecated": false,
8784587856
"values": [
8784687857
{
8784787858
"name": "DISABLED",
@@ -98041,6 +98052,7 @@
9804198052
"id": "pullrequestorder",
9804298053
"href": "/graphql/reference/input-objects#pullrequestorder",
9804398054
"description": "<p>Ways in which lists of issues can be ordered upon return.</p>",
98055+
"isDeprecated": false,
9804498056
"inputFields": [
9804598057
{
9804698058
"name": "direction",

src/graphql/data/ghec/schema.docs.graphql

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23430,7 +23430,7 @@ type MarkedAsDuplicateEvent implements Node {
2343023430
"""
2343123431
A public description of a Marketplace category.
2343223432
"""
23433-
type MarketplaceCategory implements Node {
23433+
type MarketplaceCategory implements Node @docsCategory(name: "apps") {
2343423434
"""
2343523435
The category's description.
2343623436
"""
@@ -23480,7 +23480,7 @@ type MarketplaceCategory implements Node {
2348023480
"""
2348123481
A listing in the GitHub integration marketplace.
2348223482
"""
23483-
type MarketplaceListing implements Node {
23483+
type MarketplaceListing implements Node @docsCategory(name: "apps") {
2348423484
"""
2348523485
The GitHub App this listing represents.
2348623486
"""
@@ -28212,7 +28212,7 @@ type Mutation {
2821228212
Parameters for UpdateNotificationRestrictionSetting
2821328213
"""
2821428214
input: UpdateNotificationRestrictionSettingInput!
28215-
): UpdateNotificationRestrictionSettingPayload
28215+
): UpdateNotificationRestrictionSettingPayload @docsCategory(name: "activity")
2821628216

2821728217
"""
2821828218
Sets whether private repository forks are enabled for an organization.
@@ -28495,7 +28495,7 @@ type Mutation {
2849528495
Parameters for UpdateSubscription
2849628496
"""
2849728497
input: UpdateSubscriptionInput!
28498-
): UpdateSubscriptionPayload
28498+
): UpdateSubscriptionPayload @docsCategory(name: "activity")
2849928499

2850028500
"""
2850128501
Updates team review assignment.
@@ -28571,7 +28571,7 @@ interface Node {
2857128571
"""
2857228572
The possible values for the notification restriction setting.
2857328573
"""
28574-
enum NotificationRestrictionSettingValue {
28574+
enum NotificationRestrictionSettingValue @docsCategory(name: "activity") {
2857528575
"""
2857628576
The setting is disabled for the owner.
2857728577
"""
@@ -43585,7 +43585,7 @@ enum PullRequestMergeMethod {
4358543585
"""
4358643586
Ways in which lists of issues can be ordered upon return.
4358743587
"""
43588-
input PullRequestOrder {
43588+
input PullRequestOrder @docsCategory(name: "pulls") {
4358943589
"""
4359043590
The direction in which to order pull requests by the specified field.
4359143591
"""
@@ -43600,7 +43600,7 @@ input PullRequestOrder {
4360043600
"""
4360143601
Properties by which pull_requests connections can be ordered.
4360243602
"""
43603-
enum PullRequestOrderField {
43603+
enum PullRequestOrderField @docsCategory(name: "pulls") {
4360443604
"""
4360543605
Order pull_requests by creation time
4360643606
"""
@@ -62470,7 +62470,7 @@ type SubmoduleEdge {
6247062470
"""
6247162471
Entities that can be subscribed to for web and email notifications.
6247262472
"""
62473-
interface Subscribable {
62473+
interface Subscribable @docsCategory(name: "activity") {
6247462474
"""
6247562475
The Node ID of the Subscribable object
6247662476
"""
@@ -62490,7 +62490,7 @@ interface Subscribable {
6249062490
"""
6249162491
Entities that can be subscribed to for web and email notifications.
6249262492
"""
62493-
interface SubscribableThread {
62493+
interface SubscribableThread @docsCategory(name: "activity") {
6249462494
"""
6249562495
The Node ID of the SubscribableThread object
6249662496
"""
@@ -62535,7 +62535,7 @@ type SubscribedEvent implements Node {
6253562535
"""
6253662536
The possible states of a subscription.
6253762537
"""
62538-
enum SubscriptionState {
62538+
enum SubscriptionState @docsCategory(name: "activity") {
6253962539
"""
6254062540
The User is never notified.
6254162541
"""
@@ -64567,7 +64567,7 @@ type TextMatchHighlight {
6456764567
"""
6456864568
The possible states of a thread subscription form action
6456964569
"""
64570-
enum ThreadSubscriptionFormAction {
64570+
enum ThreadSubscriptionFormAction @docsCategory(name: "activity") {
6457164571
"""
6457264572
The User cannot subscribe or unsubscribe to the thread
6457364573
"""
@@ -64587,7 +64587,7 @@ enum ThreadSubscriptionFormAction {
6458764587
"""
6458864588
The possible states of a subscription.
6458964589
"""
64590-
enum ThreadSubscriptionState {
64590+
enum ThreadSubscriptionState @docsCategory(name: "activity") {
6459164591
"""
6459264592
The subscription status is currently disabled.
6459364593
"""

0 commit comments

Comments
 (0)