mirror of
https://github.com/git-touch/git-touch
synced 2025-02-22 14:27:46 +01:00
chore: update github api schema
This commit is contained in:
parent
38fe9caf8d
commit
4e7ac48664
@ -6867,6 +6867,16 @@
|
|||||||
"name": "labels",
|
"name": "labels",
|
||||||
"description": "A list of labels associated with the repository.",
|
"description": "A list of labels associated with the repository.",
|
||||||
"args": [
|
"args": [
|
||||||
|
{
|
||||||
|
"name": "orderBy",
|
||||||
|
"description": "Ordering options for labels returned from the connection.",
|
||||||
|
"type": {
|
||||||
|
"kind": "INPUT_OBJECT",
|
||||||
|
"name": "LabelOrder",
|
||||||
|
"ofType": null
|
||||||
|
},
|
||||||
|
"defaultValue": "{field: CREATED_AT, direction: ASC}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "after",
|
"name": "after",
|
||||||
"description": "Returns the elements in the list that come after the specified cursor.",
|
"description": "Returns the elements in the list that come after the specified cursor.",
|
||||||
@ -10651,6 +10661,16 @@
|
|||||||
"name": "labels",
|
"name": "labels",
|
||||||
"description": "A list of labels associated with the object.",
|
"description": "A list of labels associated with the object.",
|
||||||
"args": [
|
"args": [
|
||||||
|
{
|
||||||
|
"name": "orderBy",
|
||||||
|
"description": "Ordering options for labels returned from the connection.",
|
||||||
|
"type": {
|
||||||
|
"kind": "INPUT_OBJECT",
|
||||||
|
"name": "LabelOrder",
|
||||||
|
"ofType": null
|
||||||
|
},
|
||||||
|
"defaultValue": "{field: CREATED_AT, direction: ASC}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "after",
|
"name": "after",
|
||||||
"description": "Returns the elements in the list that come after the specified cursor.",
|
"description": "Returns the elements in the list that come after the specified cursor.",
|
||||||
@ -13526,6 +13546,16 @@
|
|||||||
"name": "labels",
|
"name": "labels",
|
||||||
"description": "A list of labels associated with the object.",
|
"description": "A list of labels associated with the object.",
|
||||||
"args": [
|
"args": [
|
||||||
|
{
|
||||||
|
"name": "orderBy",
|
||||||
|
"description": "Ordering options for labels returned from the connection.",
|
||||||
|
"type": {
|
||||||
|
"kind": "INPUT_OBJECT",
|
||||||
|
"name": "LabelOrder",
|
||||||
|
"ofType": null
|
||||||
|
},
|
||||||
|
"defaultValue": "{field: CREATED_AT, direction: ASC}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "after",
|
"name": "after",
|
||||||
"description": "Returns the elements in the list that come after the specified cursor.",
|
"description": "Returns the elements in the list that come after the specified cursor.",
|
||||||
@ -14716,6 +14746,68 @@
|
|||||||
"enumValues": null,
|
"enumValues": null,
|
||||||
"possibleTypes": null
|
"possibleTypes": null
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"kind": "INPUT_OBJECT",
|
||||||
|
"name": "LabelOrder",
|
||||||
|
"description": "Ways in which lists of labels can be ordered upon return.",
|
||||||
|
"fields": null,
|
||||||
|
"inputFields": [
|
||||||
|
{
|
||||||
|
"name": "field",
|
||||||
|
"description": "The field in which to order labels by.",
|
||||||
|
"type": {
|
||||||
|
"kind": "NON_NULL",
|
||||||
|
"name": null,
|
||||||
|
"ofType": {
|
||||||
|
"kind": "ENUM",
|
||||||
|
"name": "LabelOrderField",
|
||||||
|
"ofType": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"defaultValue": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "direction",
|
||||||
|
"description": "The direction in which to order labels by the specified field.",
|
||||||
|
"type": {
|
||||||
|
"kind": "NON_NULL",
|
||||||
|
"name": null,
|
||||||
|
"ofType": {
|
||||||
|
"kind": "ENUM",
|
||||||
|
"name": "OrderDirection",
|
||||||
|
"ofType": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"defaultValue": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"interfaces": null,
|
||||||
|
"enumValues": null,
|
||||||
|
"possibleTypes": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"kind": "ENUM",
|
||||||
|
"name": "LabelOrderField",
|
||||||
|
"description": "Properties by which label connections can be ordered.",
|
||||||
|
"fields": null,
|
||||||
|
"inputFields": null,
|
||||||
|
"interfaces": null,
|
||||||
|
"enumValues": [
|
||||||
|
{
|
||||||
|
"name": "NAME",
|
||||||
|
"description": "Order labels by name ",
|
||||||
|
"isDeprecated": false,
|
||||||
|
"deprecationReason": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "CREATED_AT",
|
||||||
|
"description": "Order labels by creation time",
|
||||||
|
"isDeprecated": false,
|
||||||
|
"deprecationReason": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"possibleTypes": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"kind": "ENUM",
|
"kind": "ENUM",
|
||||||
"name": "LockReason",
|
"name": "LockReason",
|
||||||
@ -16550,8 +16642,8 @@
|
|||||||
"ofType": null
|
"ofType": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"isDeprecated": false,
|
"isDeprecated": true,
|
||||||
"deprecationReason": null
|
"deprecationReason": "`Sponsorship.maintainer` will be removed. Use `Sponsorship.sponsorable` instead. Removal on 2020-04-01 UTC."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "privacyLevel",
|
"name": "privacyLevel",
|
||||||
@ -16581,6 +16673,22 @@
|
|||||||
"isDeprecated": false,
|
"isDeprecated": false,
|
||||||
"deprecationReason": null
|
"deprecationReason": null
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "sponsorable",
|
||||||
|
"description": "The entity that is being sponsored",
|
||||||
|
"args": [],
|
||||||
|
"type": {
|
||||||
|
"kind": "NON_NULL",
|
||||||
|
"name": null,
|
||||||
|
"ofType": {
|
||||||
|
"kind": "INTERFACE",
|
||||||
|
"name": "Sponsorable",
|
||||||
|
"ofType": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"isDeprecated": false,
|
||||||
|
"deprecationReason": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "tier",
|
"name": "tier",
|
||||||
"description": "The associated sponsorship tier",
|
"description": "The associated sponsorship tier",
|
||||||
@ -69999,6 +70107,16 @@
|
|||||||
"name": "labels",
|
"name": "labels",
|
||||||
"description": "A list of labels associated with the object.",
|
"description": "A list of labels associated with the object.",
|
||||||
"args": [
|
"args": [
|
||||||
|
{
|
||||||
|
"name": "orderBy",
|
||||||
|
"description": "Ordering options for labels returned from the connection.",
|
||||||
|
"type": {
|
||||||
|
"kind": "INPUT_OBJECT",
|
||||||
|
"name": "LabelOrder",
|
||||||
|
"ofType": null
|
||||||
|
},
|
||||||
|
"defaultValue": "{field: CREATED_AT, direction: ASC}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "after",
|
"name": "after",
|
||||||
"description": "Returns the elements in the list that come after the specified cursor.",
|
"description": "Returns the elements in the list that come after the specified cursor.",
|
||||||
@ -76859,6 +76977,22 @@
|
|||||||
"isDeprecated": true,
|
"isDeprecated": true,
|
||||||
"deprecationReason": "advisory specific fields are being removed from repositoryVulnerabilityAlert objects Use `securityVulnerability.vulnerableVersionRange` instead. Removal on 2019-10-01 UTC."
|
"deprecationReason": "advisory specific fields are being removed from repositoryVulnerabilityAlert objects Use `securityVulnerability.vulnerableVersionRange` instead. Removal on 2019-10-01 UTC."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "createdAt",
|
||||||
|
"description": "When was the alert created?",
|
||||||
|
"args": [],
|
||||||
|
"type": {
|
||||||
|
"kind": "NON_NULL",
|
||||||
|
"name": null,
|
||||||
|
"ofType": {
|
||||||
|
"kind": "SCALAR",
|
||||||
|
"name": "DateTime",
|
||||||
|
"ofType": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"isDeprecated": false,
|
||||||
|
"deprecationReason": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "dismissReason",
|
"name": "dismissReason",
|
||||||
"description": "The reason the alert was dismissed",
|
"description": "The reason the alert was dismissed",
|
||||||
@ -88635,6 +88769,18 @@
|
|||||||
"name": "LockLockablePayload",
|
"name": "LockLockablePayload",
|
||||||
"description": "Autogenerated return type of LockLockable",
|
"description": "Autogenerated return type of LockLockable",
|
||||||
"fields": [
|
"fields": [
|
||||||
|
{
|
||||||
|
"name": "actor",
|
||||||
|
"description": "Identifies the actor who performed the event.",
|
||||||
|
"args": [],
|
||||||
|
"type": {
|
||||||
|
"kind": "INTERFACE",
|
||||||
|
"name": "Actor",
|
||||||
|
"ofType": null
|
||||||
|
},
|
||||||
|
"isDeprecated": false,
|
||||||
|
"deprecationReason": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "clientMutationId",
|
"name": "clientMutationId",
|
||||||
"description": "A unique identifier for the client performing the mutation.",
|
"description": "A unique identifier for the client performing the mutation.",
|
||||||
@ -88715,6 +88861,18 @@
|
|||||||
"name": "UnlockLockablePayload",
|
"name": "UnlockLockablePayload",
|
||||||
"description": "Autogenerated return type of UnlockLockable",
|
"description": "Autogenerated return type of UnlockLockable",
|
||||||
"fields": [
|
"fields": [
|
||||||
|
{
|
||||||
|
"name": "actor",
|
||||||
|
"description": "Identifies the actor who performed the event.",
|
||||||
|
"args": [],
|
||||||
|
"type": {
|
||||||
|
"kind": "INTERFACE",
|
||||||
|
"name": "Actor",
|
||||||
|
"ofType": null
|
||||||
|
},
|
||||||
|
"isDeprecated": false,
|
||||||
|
"deprecationReason": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "clientMutationId",
|
"name": "clientMutationId",
|
||||||
"description": "A unique identifier for the client performing the mutation.",
|
"description": "A unique identifier for the client performing the mutation.",
|
||||||
@ -89659,6 +89817,18 @@
|
|||||||
"name": "UpdateIssuePayload",
|
"name": "UpdateIssuePayload",
|
||||||
"description": "Autogenerated return type of UpdateIssue",
|
"description": "Autogenerated return type of UpdateIssue",
|
||||||
"fields": [
|
"fields": [
|
||||||
|
{
|
||||||
|
"name": "actor",
|
||||||
|
"description": "Identifies the actor who performed the event.",
|
||||||
|
"args": [],
|
||||||
|
"type": {
|
||||||
|
"kind": "INTERFACE",
|
||||||
|
"name": "Actor",
|
||||||
|
"ofType": null
|
||||||
|
},
|
||||||
|
"isDeprecated": false,
|
||||||
|
"deprecationReason": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "clientMutationId",
|
"name": "clientMutationId",
|
||||||
"description": "A unique identifier for the client performing the mutation.",
|
"description": "A unique identifier for the client performing the mutation.",
|
||||||
@ -90095,6 +90265,18 @@
|
|||||||
"name": "UpdatePullRequestPayload",
|
"name": "UpdatePullRequestPayload",
|
||||||
"description": "Autogenerated return type of UpdatePullRequest",
|
"description": "Autogenerated return type of UpdatePullRequest",
|
||||||
"fields": [
|
"fields": [
|
||||||
|
{
|
||||||
|
"name": "actor",
|
||||||
|
"description": "Identifies the actor who performed the event.",
|
||||||
|
"args": [],
|
||||||
|
"type": {
|
||||||
|
"kind": "INTERFACE",
|
||||||
|
"name": "Actor",
|
||||||
|
"ofType": null
|
||||||
|
},
|
||||||
|
"isDeprecated": false,
|
||||||
|
"deprecationReason": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "clientMutationId",
|
"name": "clientMutationId",
|
||||||
"description": "A unique identifier for the client performing the mutation.",
|
"description": "A unique identifier for the client performing the mutation.",
|
||||||
@ -90442,6 +90624,18 @@
|
|||||||
"name": "MergePullRequestPayload",
|
"name": "MergePullRequestPayload",
|
||||||
"description": "Autogenerated return type of MergePullRequest",
|
"description": "Autogenerated return type of MergePullRequest",
|
||||||
"fields": [
|
"fields": [
|
||||||
|
{
|
||||||
|
"name": "actor",
|
||||||
|
"description": "Identifies the actor who performed the event.",
|
||||||
|
"args": [],
|
||||||
|
"type": {
|
||||||
|
"kind": "INTERFACE",
|
||||||
|
"name": "Actor",
|
||||||
|
"ofType": null
|
||||||
|
},
|
||||||
|
"isDeprecated": false,
|
||||||
|
"deprecationReason": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "clientMutationId",
|
"name": "clientMutationId",
|
||||||
"description": "A unique identifier for the client performing the mutation.",
|
"description": "A unique identifier for the client performing the mutation.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user