GraphQL schema update
This commit is contained in:
@@ -31040,6 +31040,11 @@ type Repository implements Node & ProjectOwner & RepositoryInfo & Starrable & Su
|
||||
"""
|
||||
forkCount: Int!
|
||||
|
||||
"""
|
||||
Whether this repository allows forks.
|
||||
"""
|
||||
forkingAllowed: Boolean!
|
||||
|
||||
"""
|
||||
A list of direct forked repositories.
|
||||
"""
|
||||
|
||||
@@ -33804,6 +33804,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & RepositoryInfo &
|
||||
"""
|
||||
forkCount: Int!
|
||||
|
||||
"""
|
||||
Whether this repository allows forks.
|
||||
"""
|
||||
forkingAllowed: Boolean!
|
||||
|
||||
"""
|
||||
A list of direct forked repositories.
|
||||
"""
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
[
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
"title": "The GraphQL schema includes these changes:",
|
||||
"changes": [
|
||||
"Field `forkingAllowed` was added to object type `Repository`"
|
||||
]
|
||||
}
|
||||
],
|
||||
"previewChanges": [],
|
||||
"upcomingChanges": [],
|
||||
"date": "2021-09-14"
|
||||
},
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -48028,6 +48028,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
},
|
||||
{
|
||||
"name": "forkingAllowed",
|
||||
"description": "<p>Whether this repository allows forks.</p>",
|
||||
"type": "Boolean!",
|
||||
"id": "boolean",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "forks",
|
||||
"description": "<p>A list of direct forked repositories.</p>",
|
||||
|
||||
@@ -44163,6 +44163,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
},
|
||||
{
|
||||
"name": "forkingAllowed",
|
||||
"description": "<p>Whether this repository allows forks.</p>",
|
||||
"type": "Boolean!",
|
||||
"id": "boolean",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "forks",
|
||||
"description": "<p>A list of direct forked repositories.</p>",
|
||||
|
||||
Reference in New Issue
Block a user