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-08-03 16:36:54 +00:00
committed by GitHub
parent bee3b5c9f3
commit 97d649721a
8 changed files with 55 additions and 3 deletions

View File

@@ -1,4 +1,17 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"Field `size` was added to object type `TreeEntry`"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2022-08-03"
},
{
"schemaChanges": [
{

File diff suppressed because one or more lines are too long

View File

@@ -65589,6 +65589,14 @@
"kind": "objects",
"href": "/graphql/reference/objects#repository"
},
{
"name": "size",
"description": "<p>Entry byte size.</p>",
"type": "Int!",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
},
{
"name": "submodule",
"description": "<p>If the TreeEntry is for a directory occupied by a submodule project, this returns the corresponding submodule.</p>",

View File

@@ -54323,6 +54323,14 @@
"kind": "objects",
"href": "/graphql/reference/objects#repository"
},
{
"name": "size",
"description": "<p>Entry byte size.</p>",
"type": "Int!",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
},
{
"name": "submodule",
"description": "<p>If the TreeEntry is for a directory occupied by a submodule project, this returns the corresponding submodule.</p>",

View File

@@ -65589,6 +65589,14 @@
"kind": "objects",
"href": "/graphql/reference/objects#repository"
},
{
"name": "size",
"description": "<p>Entry byte size.</p>",
"type": "Int!",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
},
{
"name": "submodule",
"description": "<p>If the TreeEntry is for a directory occupied by a submodule project, this returns the corresponding submodule.</p>",