Action ran graphql script"update-files"
This commit is contained in:
@@ -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
@@ -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>",
|
||||
|
||||
@@ -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>",
|
||||
|
||||
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user