Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2bad380

Browse files
GraphQL schema update (#60894)
Co-authored-by: github-merge-queue <[email protected]>
1 parent e2b2f67 commit 2bad380

9 files changed

Lines changed: 9 additions & 91 deletions

File tree

src/graphql/data/fpt/schema.json

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,7 +1818,6 @@
18181818
},
18191819
{
18201820
"name": "archivePullRequest",
1821-
"kind": "mutations",
18221821
"id": "archivepullrequest",
18231822
"href": "/graphql/reference/mutations#archivepullrequest",
18241823
"description": "<p>Archive a pull request. Closes, locks, and marks the pull request as archived.\nOnly repository admins can archive pull requests.</p>",
@@ -1827,7 +1826,6 @@
18271826
"name": "input",
18281827
"type": "ArchivePullRequestInput!",
18291828
"id": "archivepullrequestinput",
1830-
"kind": "input-objects",
18311829
"href": "/graphql/reference/input-objects#archivepullrequestinput"
18321830
}
18331831
],
@@ -1836,15 +1834,13 @@
18361834
"name": "clientMutationId",
18371835
"type": "String",
18381836
"id": "string",
1839-
"kind": "scalars",
18401837
"href": "/graphql/reference/scalars#string",
18411838
"description": "<p>A unique identifier for the client performing the mutation.</p>"
18421839
},
18431840
{
18441841
"name": "pullRequest",
18451842
"type": "PullRequest",
18461843
"id": "pullrequest",
1847-
"kind": "objects",
18481844
"href": "/graphql/reference/objects#pullrequest",
18491845
"description": "<p>The pull request that was archived.</p>"
18501846
}
@@ -6665,7 +6661,6 @@
66656661
},
66666662
{
66676663
"name": "unarchivePullRequest",
6668-
"kind": "mutations",
66696664
"id": "unarchivepullrequest",
66706665
"href": "/graphql/reference/mutations#unarchivepullrequest",
66716666
"description": "<p>Unarchive a pull request. Removes the archived flag from the pull request.\nDoes not automatically reopen or unlock the pull request. Only repository\nadmins can unarchive pull requests.</p>",
@@ -6674,7 +6669,6 @@
66746669
"name": "input",
66756670
"type": "UnarchivePullRequestInput!",
66766671
"id": "unarchivepullrequestinput",
6677-
"kind": "input-objects",
66786672
"href": "/graphql/reference/input-objects#unarchivepullrequestinput"
66796673
}
66806674
],
@@ -6683,15 +6677,13 @@
66836677
"name": "clientMutationId",
66846678
"type": "String",
66856679
"id": "string",
6686-
"kind": "scalars",
66876680
"href": "/graphql/reference/scalars#string",
66886681
"description": "<p>A unique identifier for the client performing the mutation.</p>"
66896682
},
66906683
{
66916684
"name": "pullRequest",
66926685
"type": "PullRequest",
66936686
"id": "pullrequest",
6694-
"kind": "objects",
66956687
"href": "/graphql/reference/objects#pullrequest",
66966688
"description": "<p>The pull request that was unarchived.</p>"
66976689
}
@@ -28706,7 +28698,6 @@
2870628698
},
2870728699
{
2870828700
"name": "IssueFieldAddedEvent",
28709-
"kind": "objects",
2871028701
"id": "issuefieldaddedevent",
2871128702
"href": "/graphql/reference/objects#issuefieldaddedevent",
2871228703
"description": "<p>Represents a<code>issue_field_added</code>event on a given issue.</p>",
@@ -28723,54 +28714,47 @@
2872328714
"description": "<p>Identifies the actor who performed the event.</p>",
2872428715
"type": "Actor",
2872528716
"id": "actor",
28726-
"kind": "interfaces",
2872728717
"href": "/graphql/reference/interfaces#actor"
2872828718
},
2872928719
{
2873028720
"name": "color",
2873128721
"description": "<p>The color if it is a single-select field.</p>",
2873228722
"type": "String",
2873328723
"id": "string",
28734-
"kind": "scalars",
2873528724
"href": "/graphql/reference/scalars#string"
2873628725
},
2873728726
{
2873828727
"name": "createdAt",
2873928728
"description": "<p>Identifies the date and time when the object was created.</p>",
2874028729
"type": "DateTime!",
2874128730
"id": "datetime",
28742-
"kind": "scalars",
2874328731
"href": "/graphql/reference/scalars#datetime"
2874428732
},
2874528733
{
2874628734
"name": "id",
2874728735
"description": "<p>The Node ID of the IssueFieldAddedEvent object.</p>",
2874828736
"type": "ID!",
2874928737
"id": "id",
28750-
"kind": "scalars",
2875128738
"href": "/graphql/reference/scalars#id"
2875228739
},
2875328740
{
2875428741
"name": "issueField",
2875528742
"description": "<p>The issue field added.</p>",
2875628743
"type": "IssueFields",
2875728744
"id": "issuefields",
28758-
"kind": "unions",
2875928745
"href": "/graphql/reference/unions#issuefields"
2876028746
},
2876128747
{
2876228748
"name": "value",
2876328749
"description": "<p>The value of the added field.</p>",
2876428750
"type": "String",
2876528751
"id": "string",
28766-
"kind": "scalars",
2876728752
"href": "/graphql/reference/scalars#string"
2876828753
}
2876928754
]
2877028755
},
2877128756
{
2877228757
"name": "IssueFieldChangedEvent",
28773-
"kind": "objects",
2877428758
"id": "issuefieldchangedevent",
2877528759
"href": "/graphql/reference/objects#issuefieldchangedevent",
2877628760
"description": "<p>Represents a<code>issue_field_changed</code>event on a given issue.</p>",
@@ -28787,63 +28771,55 @@
2878728771
"description": "<p>Identifies the actor who performed the event.</p>",
2878828772
"type": "Actor",
2878928773
"id": "actor",
28790-
"kind": "interfaces",
2879128774
"href": "/graphql/reference/interfaces#actor"
2879228775
},
2879328776
{
2879428777
"name": "createdAt",
2879528778
"description": "<p>Identifies the date and time when the object was created.</p>",
2879628779
"type": "DateTime!",
2879728780
"id": "datetime",
28798-
"kind": "scalars",
2879928781
"href": "/graphql/reference/scalars#datetime"
2880028782
},
2880128783
{
2880228784
"name": "id",
2880328785
"description": "<p>The Node ID of the IssueFieldChangedEvent object.</p>",
2880428786
"type": "ID!",
2880528787
"id": "id",
28806-
"kind": "scalars",
2880728788
"href": "/graphql/reference/scalars#id"
2880828789
},
2880928790
{
2881028791
"name": "issueField",
2881128792
"description": "<p>The issue field changed.</p>",
2881228793
"type": "IssueFields",
2881328794
"id": "issuefields",
28814-
"kind": "unions",
2881528795
"href": "/graphql/reference/unions#issuefields"
2881628796
},
2881728797
{
2881828798
"name": "newColor",
2881928799
"description": "<p>The new color if it is a single-select field.</p>",
2882028800
"type": "String",
2882128801
"id": "string",
28822-
"kind": "scalars",
2882328802
"href": "/graphql/reference/scalars#string"
2882428803
},
2882528804
{
2882628805
"name": "newValue",
2882728806
"description": "<p>The new value of the field.</p>",
2882828807
"type": "String",
2882928808
"id": "string",
28830-
"kind": "scalars",
2883128809
"href": "/graphql/reference/scalars#string"
2883228810
},
2883328811
{
2883428812
"name": "previousColor",
2883528813
"description": "<p>The previous color if it was a single-select field.</p>",
2883628814
"type": "String",
2883728815
"id": "string",
28838-
"kind": "scalars",
2883928816
"href": "/graphql/reference/scalars#string"
2884028817
},
2884128818
{
2884228819
"name": "previousValue",
2884328820
"description": "<p>The previous value of the field.</p>",
2884428821
"type": "String",
2884528822
"id": "string",
28846-
"kind": "scalars",
2884728823
"href": "/graphql/reference/scalars#string"
2884828824
}
2884928825
]
@@ -29056,7 +29032,6 @@
2905629032
},
2905729033
{
2905829034
"name": "IssueFieldRemovedEvent",
29059-
"kind": "objects",
2906029035
"id": "issuefieldremovedevent",
2906129036
"href": "/graphql/reference/objects#issuefieldremovedevent",
2906229037
"description": "<p>Represents a<code>issue_field_removed</code>event on a given issue.</p>",
@@ -29073,31 +29048,27 @@
2907329048
"description": "<p>Identifies the actor who performed the event.</p>",
2907429049
"type": "Actor",
2907529050
"id": "actor",
29076-
"kind": "interfaces",
2907729051
"href": "/graphql/reference/interfaces#actor"
2907829052
},
2907929053
{
2908029054
"name": "createdAt",
2908129055
"description": "<p>Identifies the date and time when the object was created.</p>",
2908229056
"type": "DateTime!",
2908329057
"id": "datetime",
29084-
"kind": "scalars",
2908529058
"href": "/graphql/reference/scalars#datetime"
2908629059
},
2908729060
{
2908829061
"name": "id",
2908929062
"description": "<p>The Node ID of the IssueFieldRemovedEvent object.</p>",
2909029063
"type": "ID!",
2909129064
"id": "id",
29092-
"kind": "scalars",
2909329065
"href": "/graphql/reference/scalars#id"
2909429066
},
2909529067
{
2909629068
"name": "issueField",
2909729069
"description": "<p>The issue field removed.</p>",
2909829070
"type": "IssueFields",
2909929071
"id": "issuefields",
29100-
"kind": "unions",
2910129072
"href": "/graphql/reference/unions#issuefields"
2910229073
}
2910329074
]
@@ -29286,7 +29257,6 @@
2928629257
"description": "<p>The option's name text (alias for <code>name</code>, for consistency with other field value types).</p>",
2928729258
"type": "String!",
2928829259
"id": "string",
29289-
"kind": "scalars",
2929029260
"href": "/graphql/reference/scalars#string"
2929129261
}
2929229262
]
@@ -62913,7 +62883,6 @@
6291362883
"type": {
6291462884
"name": "[SecurityAdvisoryClassification!]",
6291562885
"id": "securityadvisoryclassification",
62916-
"kind": "enums",
6291762886
"href": "/graphql/reference/enums#securityadvisoryclassification"
6291862887
}
6291962888
},
@@ -65945,15 +65914,13 @@
6594565914
"description": "<p>The type of search that was performed for issues (lexical, semantic, or hybrid).</p>",
6594665915
"type": "IssueSearchType",
6594765916
"id": "issuesearchtype",
65948-
"kind": "enums",
6594965917
"href": "/graphql/reference/enums#issuesearchtype"
6595065918
},
6595165919
{
6595265920
"name": "lexicalFallbackReason",
6595365921
"description": "<p>When a semantic or hybrid search falls back to lexical, the reasons why the fallback occurred.</p>",
6595465922
"type": "[LexicalFallbackReason!]",
6595565923
"id": "lexicalfallbackreason",
65956-
"kind": "enums",
6595765924
"href": "/graphql/reference/enums#lexicalfallbackreason"
6595865925
},
6595965926
{
@@ -82067,7 +82034,6 @@
8206782034
},
8206882035
{
8206982036
"name": "IssueSearchType",
82070-
"kind": "enums",
8207182037
"id": "issuesearchtype",
8207282038
"href": "/graphql/reference/enums#issuesearchtype",
8207382039
"description": "<p>Type of issue search performed.</p>",
@@ -82428,7 +82394,6 @@
8242882394
},
8242982395
{
8243082396
"name": "LexicalFallbackReason",
82431-
"kind": "enums",
8243282397
"id": "lexicalfallbackreason",
8243382398
"href": "/graphql/reference/enums#lexicalfallbackreason",
8243482399
"description": "<p>Reason why a semantic or hybrid issue search fell back to lexical search.</p>",
@@ -90840,7 +90805,6 @@
9084090805
},
9084190806
{
9084290807
"name": "ArchivePullRequestInput",
90843-
"kind": "inputObjects",
9084490808
"id": "archivepullrequestinput",
9084590809
"href": "/graphql/reference/input-objects#archivepullrequestinput",
9084690810
"description": "<p>Autogenerated input type of ArchivePullRequest.</p>",
@@ -90850,15 +90814,13 @@
9085090814
"description": "<p>A unique identifier for the client performing the mutation.</p>",
9085190815
"type": "String",
9085290816
"id": "string",
90853-
"kind": "scalars",
9085490817
"href": "/graphql/reference/scalars#string"
9085590818
},
9085690819
{
9085790820
"name": "pullRequestId",
9085890821
"description": "<p>The Node ID of the pull request to archive.</p>",
9085990822
"type": "ID!",
9086090823
"id": "id",
90861-
"kind": "scalars",
9086290824
"href": "/graphql/reference/scalars#id",
9086390825
"isDeprecated": false
9086490826
}
@@ -99937,7 +99899,6 @@
9993799899
},
9993899900
{
9993999901
"name": "UnarchivePullRequestInput",
99940-
"kind": "inputObjects",
9994199902
"id": "unarchivepullrequestinput",
9994299903
"href": "/graphql/reference/input-objects#unarchivepullrequestinput",
9994399904
"description": "<p>Autogenerated input type of UnarchivePullRequest.</p>",
@@ -99947,15 +99908,13 @@
9994799908
"description": "<p>A unique identifier for the client performing the mutation.</p>",
9994899909
"type": "String",
9994999910
"id": "string",
99950-
"kind": "scalars",
9995199911
"href": "/graphql/reference/scalars#string"
9995299912
},
9995399913
{
9995499914
"name": "pullRequestId",
9995599915
"description": "<p>The Node ID of the pull request to unarchive.</p>",
9995699916
"type": "ID!",
9995799917
"id": "id",
99958-
"kind": "scalars",
9995999918
"href": "/graphql/reference/scalars#id",
9996099919
"isDeprecated": false
9996199920
}
@@ -103540,4 +103499,4 @@
103540103499
"description": "<p>A valid x509 certificate string.</p>"
103541103500
}
103542103501
]
103543-
}
103502+
}

0 commit comments

Comments
 (0)