1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Action ran graphql script"update-files"

This commit is contained in:
rachmari
2022-07-22 16:36:10 +00:00
committed by GitHub
parent 441c30017f
commit 87990fe054
6 changed files with 186 additions and 14 deletions

View File

@@ -1,4 +1,20 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"Argument 'actions: [SponsorsActivityAction!]` added to field `Organization.sponsorsActivities'",
"Field `fieldValueByName` was added to object type 'ProjectV2Item'",
"Argument 'actions: [SponsorsActivityAction!]` added to field `Sponsorable.sponsorsActivities'",
"Argument 'actions: [SponsorsActivityAction!]` added to field `User.sponsorsActivities'"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2022-07-22"
},
{
"schemaChanges": [
{

File diff suppressed because one or more lines are too long

View File

@@ -36595,6 +36595,16 @@
"kind": "objects",
"href": "/graphql/reference/objects#sponsorsactivityconnection",
"arguments": [
{
"name": "actions",
"description": "<p>Filter activities to only the specified actions.</p>",
"type": {
"name": "[SponsorsActivityAction!]",
"id": "sponsorsactivityaction",
"kind": "enums",
"href": "/graphql/reference/enums#sponsorsactivityaction"
}
},
{
"name": "after",
"description": "<p>Returns the elements in the list that come after the specified cursor.</p>",
@@ -36648,7 +36658,7 @@
{
"name": "period",
"defaultValue": "MONTH",
"description": "<p>Filter activities returned to only those that occurred in a given time range.</p>",
"description": "<p>Filter activities returned to only those that occurred in the most recent\nspecified time period. Set to ALL to avoid filtering by when the activity occurred.</p>",
"type": {
"name": "SponsorsActivityPeriod",
"id": "sponsorsactivityperiod",
@@ -41975,6 +41985,26 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
},
{
"name": "fieldValueByName",
"description": "<p>A specific field value given a field name.</p>",
"type": "ProjectV2ItemFieldValue",
"id": "projectv2itemfieldvalue",
"kind": "unions",
"href": "/graphql/reference/unions#projectv2itemfieldvalue",
"arguments": [
{
"name": "name",
"description": "<p>The name of the field to return the field value of.</p>",
"type": {
"name": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
}
]
},
{
"name": "fieldValues",
"description": "<p>List of field values.</p>",
@@ -68044,6 +68074,16 @@
"kind": "objects",
"href": "/graphql/reference/objects#sponsorsactivityconnection",
"arguments": [
{
"name": "actions",
"description": "<p>Filter activities to only the specified actions.</p>",
"type": {
"name": "[SponsorsActivityAction!]",
"id": "sponsorsactivityaction",
"kind": "enums",
"href": "/graphql/reference/enums#sponsorsactivityaction"
}
},
{
"name": "after",
"description": "<p>Returns the elements in the list that come after the specified cursor.</p>",
@@ -68097,7 +68137,7 @@
{
"name": "period",
"defaultValue": "MONTH",
"description": "<p>Filter activities returned to only those that occurred in a given time range.</p>",
"description": "<p>Filter activities returned to only those that occurred in the most recent\nspecified time period. Set to ALL to avoid filtering by when the activity occurred.</p>",
"type": {
"name": "SponsorsActivityPeriod",
"id": "sponsorsactivityperiod",
@@ -72480,6 +72520,16 @@
"kind": "objects",
"href": "/graphql/reference/objects#sponsorsactivityconnection",
"arguments": [
{
"name": "actions",
"description": "<p>Filter activities to only the specified actions.</p>",
"type": {
"name": "[SponsorsActivityAction!]",
"id": "sponsorsactivityaction",
"kind": "enums",
"href": "/graphql/reference/enums#sponsorsactivityaction"
}
},
{
"name": "after",
"description": "<p>Returns the elements in the list that come after the specified cursor.</p>",
@@ -72533,7 +72583,7 @@
{
"name": "period",
"defaultValue": "MONTH",
"description": "<p>Filter activities returned to only those that occurred in a given time range.</p>",
"description": "<p>Filter activities returned to only those that occurred in the most recent\nspecified time period. Set to ALL to avoid filtering by when the activity occurred.</p>",
"type": {
"name": "SponsorsActivityPeriod",
"id": "sponsorsactivityperiod",

View File

@@ -36595,6 +36595,16 @@
"kind": "objects",
"href": "/graphql/reference/objects#sponsorsactivityconnection",
"arguments": [
{
"name": "actions",
"description": "<p>Filter activities to only the specified actions.</p>",
"type": {
"name": "[SponsorsActivityAction!]",
"id": "sponsorsactivityaction",
"kind": "enums",
"href": "/graphql/reference/enums#sponsorsactivityaction"
}
},
{
"name": "after",
"description": "<p>Returns the elements in the list that come after the specified cursor.</p>",
@@ -36648,7 +36658,7 @@
{
"name": "period",
"defaultValue": "MONTH",
"description": "<p>Filter activities returned to only those that occurred in a given time range.</p>",
"description": "<p>Filter activities returned to only those that occurred in the most recent\nspecified time period. Set to ALL to avoid filtering by when the activity occurred.</p>",
"type": {
"name": "SponsorsActivityPeriod",
"id": "sponsorsactivityperiod",
@@ -41975,6 +41985,26 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
},
{
"name": "fieldValueByName",
"description": "<p>A specific field value given a field name.</p>",
"type": "ProjectV2ItemFieldValue",
"id": "projectv2itemfieldvalue",
"kind": "unions",
"href": "/graphql/reference/unions#projectv2itemfieldvalue",
"arguments": [
{
"name": "name",
"description": "<p>The name of the field to return the field value of.</p>",
"type": {
"name": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
}
]
},
{
"name": "fieldValues",
"description": "<p>List of field values.</p>",
@@ -68044,6 +68074,16 @@
"kind": "objects",
"href": "/graphql/reference/objects#sponsorsactivityconnection",
"arguments": [
{
"name": "actions",
"description": "<p>Filter activities to only the specified actions.</p>",
"type": {
"name": "[SponsorsActivityAction!]",
"id": "sponsorsactivityaction",
"kind": "enums",
"href": "/graphql/reference/enums#sponsorsactivityaction"
}
},
{
"name": "after",
"description": "<p>Returns the elements in the list that come after the specified cursor.</p>",
@@ -68097,7 +68137,7 @@
{
"name": "period",
"defaultValue": "MONTH",
"description": "<p>Filter activities returned to only those that occurred in a given time range.</p>",
"description": "<p>Filter activities returned to only those that occurred in the most recent\nspecified time period. Set to ALL to avoid filtering by when the activity occurred.</p>",
"type": {
"name": "SponsorsActivityPeriod",
"id": "sponsorsactivityperiod",
@@ -72480,6 +72520,16 @@
"kind": "objects",
"href": "/graphql/reference/objects#sponsorsactivityconnection",
"arguments": [
{
"name": "actions",
"description": "<p>Filter activities to only the specified actions.</p>",
"type": {
"name": "[SponsorsActivityAction!]",
"id": "sponsorsactivityaction",
"kind": "enums",
"href": "/graphql/reference/enums#sponsorsactivityaction"
}
},
{
"name": "after",
"description": "<p>Returns the elements in the list that come after the specified cursor.</p>",
@@ -72533,7 +72583,7 @@
{
"name": "period",
"defaultValue": "MONTH",
"description": "<p>Filter activities returned to only those that occurred in a given time range.</p>",
"description": "<p>Filter activities returned to only those that occurred in the most recent\nspecified time period. Set to ALL to avoid filtering by when the activity occurred.</p>",
"type": {
"name": "SponsorsActivityPeriod",
"id": "sponsorsactivityperiod",