Merge pull request #29137 from github/graphql-schema-update
GraphQL schema update
This commit is contained in:
@@ -68,14 +68,6 @@ upcoming_changes:
|
||||
date: '2022-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: jhunschejones
|
||||
- location: Enterprise.userAccounts
|
||||
description:
|
||||
'`userAccounts` will be removed. Use the `Enterprise.members` field
|
||||
instead.'
|
||||
reason: The `Enterprise.userAccounts` field is being removed.
|
||||
date: '2022-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: jdennes
|
||||
- location: LockMergeQueueInput.branch
|
||||
description: '`branch` will be removed.'
|
||||
reason:
|
||||
|
||||
@@ -9516,34 +9516,6 @@ type Enterprise implements Node {
|
||||
"""
|
||||
url: URI!
|
||||
|
||||
"""
|
||||
A list of user accounts on this enterprise.
|
||||
"""
|
||||
userAccounts(
|
||||
"""
|
||||
Returns the elements in the list that come after the specified cursor.
|
||||
"""
|
||||
after: String
|
||||
|
||||
"""
|
||||
Returns the elements in the list that come before the specified cursor.
|
||||
"""
|
||||
before: String
|
||||
|
||||
"""
|
||||
Returns the first _n_ elements from the list.
|
||||
"""
|
||||
first: Int
|
||||
|
||||
"""
|
||||
Returns the last _n_ elements from the list.
|
||||
"""
|
||||
last: Int
|
||||
): EnterpriseUserAccountConnection!
|
||||
@deprecated(
|
||||
reason: "The `Enterprise.userAccounts` field is being removed. Use the `Enterprise.members` field instead. Removal on 2022-07-01 UTC."
|
||||
)
|
||||
|
||||
"""
|
||||
Is the current viewer an admin of this enterprise?
|
||||
"""
|
||||
@@ -11706,46 +11678,6 @@ type EnterpriseUserAccount implements Actor & Node {
|
||||
user: User
|
||||
}
|
||||
|
||||
"""
|
||||
The connection type for EnterpriseUserAccount.
|
||||
"""
|
||||
type EnterpriseUserAccountConnection {
|
||||
"""
|
||||
A list of edges.
|
||||
"""
|
||||
edges: [EnterpriseUserAccountEdge]
|
||||
|
||||
"""
|
||||
A list of nodes.
|
||||
"""
|
||||
nodes: [EnterpriseUserAccount]
|
||||
|
||||
"""
|
||||
Information to aid in pagination.
|
||||
"""
|
||||
pageInfo: PageInfo!
|
||||
|
||||
"""
|
||||
Identifies the total count of items in the connection.
|
||||
"""
|
||||
totalCount: Int!
|
||||
}
|
||||
|
||||
"""
|
||||
An edge in a connection.
|
||||
"""
|
||||
type EnterpriseUserAccountEdge {
|
||||
"""
|
||||
A cursor for use in pagination.
|
||||
"""
|
||||
cursor: String!
|
||||
|
||||
"""
|
||||
The item at the end of the edge.
|
||||
"""
|
||||
node: EnterpriseUserAccount
|
||||
}
|
||||
|
||||
"""
|
||||
The possible roles for enterprise membership.
|
||||
"""
|
||||
|
||||
@@ -80,14 +80,6 @@ upcoming_changes:
|
||||
date: '2022-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: jhunschejones
|
||||
- location: Enterprise.userAccounts
|
||||
description:
|
||||
'`userAccounts` will be removed. Use the `Enterprise.members` field
|
||||
instead.'
|
||||
reason: The `Enterprise.userAccounts` field is being removed.
|
||||
date: '2022-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: jdennes
|
||||
- location: Query.sponsorables.dependencyEcosystem
|
||||
description:
|
||||
'`dependencyEcosystem` will be removed. Use the ecosystem argument
|
||||
|
||||
@@ -10840,34 +10840,6 @@ type Enterprise implements Node {
|
||||
"""
|
||||
url: URI!
|
||||
|
||||
"""
|
||||
A list of user accounts on this enterprise.
|
||||
"""
|
||||
userAccounts(
|
||||
"""
|
||||
Returns the elements in the list that come after the specified cursor.
|
||||
"""
|
||||
after: String
|
||||
|
||||
"""
|
||||
Returns the elements in the list that come before the specified cursor.
|
||||
"""
|
||||
before: String
|
||||
|
||||
"""
|
||||
Returns the first _n_ elements from the list.
|
||||
"""
|
||||
first: Int
|
||||
|
||||
"""
|
||||
Returns the last _n_ elements from the list.
|
||||
"""
|
||||
last: Int
|
||||
): EnterpriseUserAccountConnection!
|
||||
@deprecated(
|
||||
reason: "The `Enterprise.userAccounts` field is being removed. Use the `Enterprise.members` field instead. Removal on 2022-07-01 UTC."
|
||||
)
|
||||
|
||||
"""
|
||||
Is the current viewer an admin of this enterprise?
|
||||
"""
|
||||
@@ -13220,46 +13192,6 @@ type EnterpriseUserAccount implements Actor & Node {
|
||||
user: User
|
||||
}
|
||||
|
||||
"""
|
||||
The connection type for EnterpriseUserAccount.
|
||||
"""
|
||||
type EnterpriseUserAccountConnection {
|
||||
"""
|
||||
A list of edges.
|
||||
"""
|
||||
edges: [EnterpriseUserAccountEdge]
|
||||
|
||||
"""
|
||||
A list of nodes.
|
||||
"""
|
||||
nodes: [EnterpriseUserAccount]
|
||||
|
||||
"""
|
||||
Information to aid in pagination.
|
||||
"""
|
||||
pageInfo: PageInfo!
|
||||
|
||||
"""
|
||||
Identifies the total count of items in the connection.
|
||||
"""
|
||||
totalCount: Int!
|
||||
}
|
||||
|
||||
"""
|
||||
An edge in a connection.
|
||||
"""
|
||||
type EnterpriseUserAccountEdge {
|
||||
"""
|
||||
A cursor for use in pagination.
|
||||
"""
|
||||
cursor: String!
|
||||
|
||||
"""
|
||||
The item at the end of the edge.
|
||||
"""
|
||||
node: EnterpriseUserAccount
|
||||
}
|
||||
|
||||
"""
|
||||
The possible roles for enterprise membership.
|
||||
"""
|
||||
@@ -30932,34 +30864,14 @@ type ProjectV2View implements Node {
|
||||
Returns the last _n_ elements from the list.
|
||||
"""
|
||||
last: Int
|
||||
|
||||
"""
|
||||
Ordering options for the project v2 fields returned from the connection.
|
||||
"""
|
||||
orderBy: ProjectV2FieldOrder = {field: POSITION, direction: ASC}
|
||||
): ProjectV2FieldConnection
|
||||
id: ID!
|
||||
|
||||
"""
|
||||
The view's filtered items.
|
||||
"""
|
||||
items(
|
||||
"""
|
||||
Returns the elements in the list that come after the specified cursor.
|
||||
"""
|
||||
after: String
|
||||
|
||||
"""
|
||||
Returns the elements in the list that come before the specified cursor.
|
||||
"""
|
||||
before: String
|
||||
|
||||
"""
|
||||
Returns the first _n_ elements from the list.
|
||||
"""
|
||||
first: Int
|
||||
|
||||
"""
|
||||
Returns the last _n_ elements from the list.
|
||||
"""
|
||||
last: Int
|
||||
): ProjectV2ItemConnection!
|
||||
|
||||
"""
|
||||
The project view's layout.
|
||||
"""
|
||||
@@ -31033,6 +30945,11 @@ type ProjectV2View implements Node {
|
||||
Returns the last _n_ elements from the list.
|
||||
"""
|
||||
last: Int
|
||||
|
||||
"""
|
||||
Ordering options for the project v2 fields returned from the connection.
|
||||
"""
|
||||
orderBy: ProjectV2FieldOrder = {field: POSITION, direction: ASC}
|
||||
): ProjectV2FieldConnection
|
||||
|
||||
"""
|
||||
@@ -31058,6 +30975,11 @@ type ProjectV2View implements Node {
|
||||
Returns the last _n_ elements from the list.
|
||||
"""
|
||||
last: Int
|
||||
|
||||
"""
|
||||
Ordering options for the project v2 fields returned from the connection.
|
||||
"""
|
||||
orderBy: ProjectV2FieldOrder = {field: POSITION, direction: ASC}
|
||||
): ProjectV2FieldConnection
|
||||
}
|
||||
|
||||
@@ -31188,34 +31110,6 @@ type ProjectView implements Node {
|
||||
)
|
||||
id: ID!
|
||||
|
||||
"""
|
||||
The view's filtered items.
|
||||
"""
|
||||
items(
|
||||
"""
|
||||
Returns the elements in the list that come after the specified cursor.
|
||||
"""
|
||||
after: String
|
||||
|
||||
"""
|
||||
Returns the elements in the list that come before the specified cursor.
|
||||
"""
|
||||
before: String
|
||||
|
||||
"""
|
||||
Returns the first _n_ elements from the list.
|
||||
"""
|
||||
first: Int
|
||||
|
||||
"""
|
||||
Returns the last _n_ elements from the list.
|
||||
"""
|
||||
last: Int
|
||||
): ProjectNextItemConnection!
|
||||
@deprecated(
|
||||
reason: "The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2022-10-01 UTC."
|
||||
)
|
||||
|
||||
"""
|
||||
The project view's layout.
|
||||
"""
|
||||
|
||||
@@ -80,14 +80,6 @@ upcoming_changes:
|
||||
date: '2022-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: jhunschejones
|
||||
- location: Enterprise.userAccounts
|
||||
description:
|
||||
'`userAccounts` will be removed. Use the `Enterprise.members` field
|
||||
instead.'
|
||||
reason: The `Enterprise.userAccounts` field is being removed.
|
||||
date: '2022-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: jdennes
|
||||
- location: Query.sponsorables.dependencyEcosystem
|
||||
description:
|
||||
'`dependencyEcosystem` will be removed. Use the ecosystem argument
|
||||
|
||||
@@ -10840,34 +10840,6 @@ type Enterprise implements Node {
|
||||
"""
|
||||
url: URI!
|
||||
|
||||
"""
|
||||
A list of user accounts on this enterprise.
|
||||
"""
|
||||
userAccounts(
|
||||
"""
|
||||
Returns the elements in the list that come after the specified cursor.
|
||||
"""
|
||||
after: String
|
||||
|
||||
"""
|
||||
Returns the elements in the list that come before the specified cursor.
|
||||
"""
|
||||
before: String
|
||||
|
||||
"""
|
||||
Returns the first _n_ elements from the list.
|
||||
"""
|
||||
first: Int
|
||||
|
||||
"""
|
||||
Returns the last _n_ elements from the list.
|
||||
"""
|
||||
last: Int
|
||||
): EnterpriseUserAccountConnection!
|
||||
@deprecated(
|
||||
reason: "The `Enterprise.userAccounts` field is being removed. Use the `Enterprise.members` field instead. Removal on 2022-07-01 UTC."
|
||||
)
|
||||
|
||||
"""
|
||||
Is the current viewer an admin of this enterprise?
|
||||
"""
|
||||
@@ -13220,46 +13192,6 @@ type EnterpriseUserAccount implements Actor & Node {
|
||||
user: User
|
||||
}
|
||||
|
||||
"""
|
||||
The connection type for EnterpriseUserAccount.
|
||||
"""
|
||||
type EnterpriseUserAccountConnection {
|
||||
"""
|
||||
A list of edges.
|
||||
"""
|
||||
edges: [EnterpriseUserAccountEdge]
|
||||
|
||||
"""
|
||||
A list of nodes.
|
||||
"""
|
||||
nodes: [EnterpriseUserAccount]
|
||||
|
||||
"""
|
||||
Information to aid in pagination.
|
||||
"""
|
||||
pageInfo: PageInfo!
|
||||
|
||||
"""
|
||||
Identifies the total count of items in the connection.
|
||||
"""
|
||||
totalCount: Int!
|
||||
}
|
||||
|
||||
"""
|
||||
An edge in a connection.
|
||||
"""
|
||||
type EnterpriseUserAccountEdge {
|
||||
"""
|
||||
A cursor for use in pagination.
|
||||
"""
|
||||
cursor: String!
|
||||
|
||||
"""
|
||||
The item at the end of the edge.
|
||||
"""
|
||||
node: EnterpriseUserAccount
|
||||
}
|
||||
|
||||
"""
|
||||
The possible roles for enterprise membership.
|
||||
"""
|
||||
@@ -30932,34 +30864,14 @@ type ProjectV2View implements Node {
|
||||
Returns the last _n_ elements from the list.
|
||||
"""
|
||||
last: Int
|
||||
|
||||
"""
|
||||
Ordering options for the project v2 fields returned from the connection.
|
||||
"""
|
||||
orderBy: ProjectV2FieldOrder = {field: POSITION, direction: ASC}
|
||||
): ProjectV2FieldConnection
|
||||
id: ID!
|
||||
|
||||
"""
|
||||
The view's filtered items.
|
||||
"""
|
||||
items(
|
||||
"""
|
||||
Returns the elements in the list that come after the specified cursor.
|
||||
"""
|
||||
after: String
|
||||
|
||||
"""
|
||||
Returns the elements in the list that come before the specified cursor.
|
||||
"""
|
||||
before: String
|
||||
|
||||
"""
|
||||
Returns the first _n_ elements from the list.
|
||||
"""
|
||||
first: Int
|
||||
|
||||
"""
|
||||
Returns the last _n_ elements from the list.
|
||||
"""
|
||||
last: Int
|
||||
): ProjectV2ItemConnection!
|
||||
|
||||
"""
|
||||
The project view's layout.
|
||||
"""
|
||||
@@ -31033,6 +30945,11 @@ type ProjectV2View implements Node {
|
||||
Returns the last _n_ elements from the list.
|
||||
"""
|
||||
last: Int
|
||||
|
||||
"""
|
||||
Ordering options for the project v2 fields returned from the connection.
|
||||
"""
|
||||
orderBy: ProjectV2FieldOrder = {field: POSITION, direction: ASC}
|
||||
): ProjectV2FieldConnection
|
||||
|
||||
"""
|
||||
@@ -31058,6 +30975,11 @@ type ProjectV2View implements Node {
|
||||
Returns the last _n_ elements from the list.
|
||||
"""
|
||||
last: Int
|
||||
|
||||
"""
|
||||
Ordering options for the project v2 fields returned from the connection.
|
||||
"""
|
||||
orderBy: ProjectV2FieldOrder = {field: POSITION, direction: ASC}
|
||||
): ProjectV2FieldConnection
|
||||
}
|
||||
|
||||
@@ -31188,34 +31110,6 @@ type ProjectView implements Node {
|
||||
)
|
||||
id: ID!
|
||||
|
||||
"""
|
||||
The view's filtered items.
|
||||
"""
|
||||
items(
|
||||
"""
|
||||
Returns the elements in the list that come after the specified cursor.
|
||||
"""
|
||||
after: String
|
||||
|
||||
"""
|
||||
Returns the elements in the list that come before the specified cursor.
|
||||
"""
|
||||
before: String
|
||||
|
||||
"""
|
||||
Returns the first _n_ elements from the list.
|
||||
"""
|
||||
first: Int
|
||||
|
||||
"""
|
||||
Returns the last _n_ elements from the list.
|
||||
"""
|
||||
last: Int
|
||||
): ProjectNextItemConnection!
|
||||
@deprecated(
|
||||
reason: "The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2022-10-01 UTC."
|
||||
)
|
||||
|
||||
"""
|
||||
The project view's layout.
|
||||
"""
|
||||
|
||||
@@ -1,4 +1,24 @@
|
||||
[
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
"title": "The GraphQL schema includes these changes:",
|
||||
"changes": [
|
||||
"Type `EnterpriseUserAccountConnection` was removed",
|
||||
"Type `EnterpriseUserAccountEdge` was removed",
|
||||
"Field `userAccounts` (deprecated) was removed from object type `Enterprise`",
|
||||
"Field `items` was removed from object type 'ProjectV2View'",
|
||||
"Argument 'orderBy: ProjectV2FieldOrder` added to field `ProjectV2View.groupBy'",
|
||||
"Argument 'orderBy: ProjectV2FieldOrder` added to field `ProjectV2View.verticalGroupBy'",
|
||||
"Argument 'orderBy: ProjectV2FieldOrder` added to field `ProjectV2View.visibleFields'",
|
||||
"Field `items` (deprecated) was removed from object type `ProjectView`"
|
||||
]
|
||||
}
|
||||
],
|
||||
"previewChanges": [],
|
||||
"upcomingChanges": [],
|
||||
"date": "2022-07-19"
|
||||
},
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -18886,58 +18886,6 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#uri"
|
||||
},
|
||||
{
|
||||
"name": "userAccounts",
|
||||
"description": "<p>A list of user accounts on this enterprise.</p>",
|
||||
"type": "EnterpriseUserAccountConnection!",
|
||||
"id": "enterpriseuseraccountconnection",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#enterpriseuseraccountconnection",
|
||||
"arguments": [
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>Returns the elements in the list that come after the specified cursor.</p>",
|
||||
"type": {
|
||||
"name": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>Returns the elements in the list that come before the specified cursor.</p>",
|
||||
"type": {
|
||||
"name": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "first",
|
||||
"description": "<p>Returns the first <em>n</em> elements from the list.</p>",
|
||||
"type": {
|
||||
"name": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "last",
|
||||
"description": "<p>Returns the last <em>n</em> elements from the list.</p>",
|
||||
"type": {
|
||||
"name": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
}
|
||||
],
|
||||
"isDeprecated": true,
|
||||
"deprecationReason": "<p>The <code>Enterprise.userAccounts</code> field is being removed. Use the <code>Enterprise.members</code> field instead. Removal on 2022-07-01 UTC.</p>"
|
||||
},
|
||||
{
|
||||
"name": "viewerIsAdmin",
|
||||
"description": "<p>Is the current viewer an admin of this enterprise?.</p>",
|
||||
@@ -22662,72 +22610,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "EnterpriseUserAccountConnection",
|
||||
"kind": "objects",
|
||||
"id": "enterpriseuseraccountconnection",
|
||||
"href": "/graphql/reference/objects#enterpriseuseraccountconnection",
|
||||
"description": "<p>The connection type for EnterpriseUserAccount.</p>",
|
||||
"fields": [
|
||||
{
|
||||
"name": "edges",
|
||||
"description": "<p>A list of edges.</p>",
|
||||
"type": "[EnterpriseUserAccountEdge]",
|
||||
"id": "enterpriseuseraccountedge",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#enterpriseuseraccountedge"
|
||||
},
|
||||
{
|
||||
"name": "nodes",
|
||||
"description": "<p>A list of nodes.</p>",
|
||||
"type": "[EnterpriseUserAccount]",
|
||||
"id": "enterpriseuseraccount",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#enterpriseuseraccount"
|
||||
},
|
||||
{
|
||||
"name": "pageInfo",
|
||||
"description": "<p>Information to aid in pagination.</p>",
|
||||
"type": "PageInfo!",
|
||||
"id": "pageinfo",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#pageinfo"
|
||||
},
|
||||
{
|
||||
"name": "totalCount",
|
||||
"description": "<p>Identifies the total count of items in the connection.</p>",
|
||||
"type": "Int!",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "EnterpriseUserAccountEdge",
|
||||
"kind": "objects",
|
||||
"id": "enterpriseuseraccountedge",
|
||||
"href": "/graphql/reference/objects#enterpriseuseraccountedge",
|
||||
"description": "<p>An edge in a connection.</p>",
|
||||
"fields": [
|
||||
{
|
||||
"name": "cursor",
|
||||
"description": "<p>A cursor for use in pagination.</p>",
|
||||
"type": "String!",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
},
|
||||
{
|
||||
"name": "node",
|
||||
"description": "<p>The item at the end of the edge.</p>",
|
||||
"type": "EnterpriseUserAccount",
|
||||
"id": "enterpriseuseraccount",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#enterpriseuseraccount"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Environment",
|
||||
"kind": "objects",
|
||||
@@ -43533,55 +43415,15 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "items",
|
||||
"description": "<p>The view's filtered items.</p>",
|
||||
"type": "ProjectV2ItemConnection!",
|
||||
"id": "projectv2itemconnection",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#projectv2itemconnection",
|
||||
"arguments": [
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>Returns the elements in the list that come after the specified cursor.</p>",
|
||||
"type": {
|
||||
"name": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>Returns the elements in the list that come before the specified cursor.</p>",
|
||||
"name": "orderBy",
|
||||
"description": "<p>Ordering options for the project v2 fields returned from the connection.</p>",
|
||||
"type": {
|
||||
"name": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "first",
|
||||
"description": "<p>Returns the first <em>n</em> elements from the list.</p>",
|
||||
"type": {
|
||||
"name": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "last",
|
||||
"description": "<p>Returns the last <em>n</em> elements from the list.</p>",
|
||||
"type": {
|
||||
"name": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
"name": "ProjectV2FieldOrder",
|
||||
"id": "projectv2fieldorder",
|
||||
"kind": "input-objects",
|
||||
"href": "/graphql/reference/input-objects#projectv2fieldorder"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -43723,6 +43565,16 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "orderBy",
|
||||
"description": "<p>Ordering options for the project v2 fields returned from the connection.</p>",
|
||||
"type": {
|
||||
"name": "ProjectV2FieldOrder",
|
||||
"id": "projectv2fieldorder",
|
||||
"kind": "input-objects",
|
||||
"href": "/graphql/reference/input-objects#projectv2fieldorder"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -43773,6 +43625,16 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "orderBy",
|
||||
"description": "<p>Ordering options for the project v2 fields returned from the connection.</p>",
|
||||
"type": {
|
||||
"name": "ProjectV2FieldOrder",
|
||||
"id": "projectv2fieldorder",
|
||||
"kind": "input-objects",
|
||||
"href": "/graphql/reference/input-objects#projectv2fieldorder"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -43898,58 +43760,6 @@
|
||||
"isDeprecated": true,
|
||||
"deprecationReason": "<p>The <code>ProjectNext</code> API is deprecated in favour of the more capable <code>ProjectV2</code> API. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement. Removal on 2022-10-01 UTC.</p>"
|
||||
},
|
||||
{
|
||||
"name": "items",
|
||||
"description": "<p>The view's filtered items.</p>",
|
||||
"type": "ProjectNextItemConnection!",
|
||||
"id": "projectnextitemconnection",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#projectnextitemconnection",
|
||||
"arguments": [
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>Returns the elements in the list that come after the specified cursor.</p>",
|
||||
"type": {
|
||||
"name": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>Returns the elements in the list that come before the specified cursor.</p>",
|
||||
"type": {
|
||||
"name": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "first",
|
||||
"description": "<p>Returns the first <em>n</em> elements from the list.</p>",
|
||||
"type": {
|
||||
"name": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "last",
|
||||
"description": "<p>Returns the last <em>n</em> elements from the list.</p>",
|
||||
"type": {
|
||||
"name": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
}
|
||||
],
|
||||
"isDeprecated": true,
|
||||
"deprecationReason": "<p>The <code>ProjectNext</code> API is deprecated in favour of the more capable <code>ProjectV2</code> API. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement. Removal on 2022-10-01 UTC.</p>"
|
||||
},
|
||||
{
|
||||
"name": "layout",
|
||||
"description": "<p>The project view's layout.</p>",
|
||||
|
||||
@@ -16306,58 +16306,6 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#uri"
|
||||
},
|
||||
{
|
||||
"name": "userAccounts",
|
||||
"description": "<p>A list of user accounts on this enterprise.</p>",
|
||||
"type": "EnterpriseUserAccountConnection!",
|
||||
"id": "enterpriseuseraccountconnection",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#enterpriseuseraccountconnection",
|
||||
"arguments": [
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>Returns the elements in the list that come after the specified cursor.</p>",
|
||||
"type": {
|
||||
"name": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>Returns the elements in the list that come before the specified cursor.</p>",
|
||||
"type": {
|
||||
"name": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "first",
|
||||
"description": "<p>Returns the first <em>n</em> elements from the list.</p>",
|
||||
"type": {
|
||||
"name": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "last",
|
||||
"description": "<p>Returns the last <em>n</em> elements from the list.</p>",
|
||||
"type": {
|
||||
"name": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
}
|
||||
],
|
||||
"isDeprecated": true,
|
||||
"deprecationReason": "<p>The <code>Enterprise.userAccounts</code> field is being removed. Use the <code>Enterprise.members</code> field instead. Removal on 2022-07-01 UTC.</p>"
|
||||
},
|
||||
{
|
||||
"name": "viewerIsAdmin",
|
||||
"description": "<p>Is the current viewer an admin of this enterprise?.</p>",
|
||||
@@ -19789,72 +19737,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "EnterpriseUserAccountConnection",
|
||||
"kind": "objects",
|
||||
"id": "enterpriseuseraccountconnection",
|
||||
"href": "/graphql/reference/objects#enterpriseuseraccountconnection",
|
||||
"description": "<p>The connection type for EnterpriseUserAccount.</p>",
|
||||
"fields": [
|
||||
{
|
||||
"name": "edges",
|
||||
"description": "<p>A list of edges.</p>",
|
||||
"type": "[EnterpriseUserAccountEdge]",
|
||||
"id": "enterpriseuseraccountedge",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#enterpriseuseraccountedge"
|
||||
},
|
||||
{
|
||||
"name": "nodes",
|
||||
"description": "<p>A list of nodes.</p>",
|
||||
"type": "[EnterpriseUserAccount]",
|
||||
"id": "enterpriseuseraccount",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#enterpriseuseraccount"
|
||||
},
|
||||
{
|
||||
"name": "pageInfo",
|
||||
"description": "<p>Information to aid in pagination.</p>",
|
||||
"type": "PageInfo!",
|
||||
"id": "pageinfo",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#pageinfo"
|
||||
},
|
||||
{
|
||||
"name": "totalCount",
|
||||
"description": "<p>Identifies the total count of items in the connection.</p>",
|
||||
"type": "Int!",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "EnterpriseUserAccountEdge",
|
||||
"kind": "objects",
|
||||
"id": "enterpriseuseraccountedge",
|
||||
"href": "/graphql/reference/objects#enterpriseuseraccountedge",
|
||||
"description": "<p>An edge in a connection.</p>",
|
||||
"fields": [
|
||||
{
|
||||
"name": "cursor",
|
||||
"description": "<p>A cursor for use in pagination.</p>",
|
||||
"type": "String!",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
},
|
||||
{
|
||||
"name": "node",
|
||||
"description": "<p>The item at the end of the edge.</p>",
|
||||
"type": "EnterpriseUserAccount",
|
||||
"id": "enterpriseuseraccount",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#enterpriseuseraccount"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Environment",
|
||||
"kind": "objects",
|
||||
|
||||
@@ -18886,58 +18886,6 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#uri"
|
||||
},
|
||||
{
|
||||
"name": "userAccounts",
|
||||
"description": "<p>A list of user accounts on this enterprise.</p>",
|
||||
"type": "EnterpriseUserAccountConnection!",
|
||||
"id": "enterpriseuseraccountconnection",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#enterpriseuseraccountconnection",
|
||||
"arguments": [
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>Returns the elements in the list that come after the specified cursor.</p>",
|
||||
"type": {
|
||||
"name": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>Returns the elements in the list that come before the specified cursor.</p>",
|
||||
"type": {
|
||||
"name": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "first",
|
||||
"description": "<p>Returns the first <em>n</em> elements from the list.</p>",
|
||||
"type": {
|
||||
"name": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "last",
|
||||
"description": "<p>Returns the last <em>n</em> elements from the list.</p>",
|
||||
"type": {
|
||||
"name": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
}
|
||||
],
|
||||
"isDeprecated": true,
|
||||
"deprecationReason": "<p>The <code>Enterprise.userAccounts</code> field is being removed. Use the <code>Enterprise.members</code> field instead. Removal on 2022-07-01 UTC.</p>"
|
||||
},
|
||||
{
|
||||
"name": "viewerIsAdmin",
|
||||
"description": "<p>Is the current viewer an admin of this enterprise?.</p>",
|
||||
@@ -22662,72 +22610,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "EnterpriseUserAccountConnection",
|
||||
"kind": "objects",
|
||||
"id": "enterpriseuseraccountconnection",
|
||||
"href": "/graphql/reference/objects#enterpriseuseraccountconnection",
|
||||
"description": "<p>The connection type for EnterpriseUserAccount.</p>",
|
||||
"fields": [
|
||||
{
|
||||
"name": "edges",
|
||||
"description": "<p>A list of edges.</p>",
|
||||
"type": "[EnterpriseUserAccountEdge]",
|
||||
"id": "enterpriseuseraccountedge",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#enterpriseuseraccountedge"
|
||||
},
|
||||
{
|
||||
"name": "nodes",
|
||||
"description": "<p>A list of nodes.</p>",
|
||||
"type": "[EnterpriseUserAccount]",
|
||||
"id": "enterpriseuseraccount",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#enterpriseuseraccount"
|
||||
},
|
||||
{
|
||||
"name": "pageInfo",
|
||||
"description": "<p>Information to aid in pagination.</p>",
|
||||
"type": "PageInfo!",
|
||||
"id": "pageinfo",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#pageinfo"
|
||||
},
|
||||
{
|
||||
"name": "totalCount",
|
||||
"description": "<p>Identifies the total count of items in the connection.</p>",
|
||||
"type": "Int!",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "EnterpriseUserAccountEdge",
|
||||
"kind": "objects",
|
||||
"id": "enterpriseuseraccountedge",
|
||||
"href": "/graphql/reference/objects#enterpriseuseraccountedge",
|
||||
"description": "<p>An edge in a connection.</p>",
|
||||
"fields": [
|
||||
{
|
||||
"name": "cursor",
|
||||
"description": "<p>A cursor for use in pagination.</p>",
|
||||
"type": "String!",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
},
|
||||
{
|
||||
"name": "node",
|
||||
"description": "<p>The item at the end of the edge.</p>",
|
||||
"type": "EnterpriseUserAccount",
|
||||
"id": "enterpriseuseraccount",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#enterpriseuseraccount"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Environment",
|
||||
"kind": "objects",
|
||||
@@ -43533,55 +43415,15 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "items",
|
||||
"description": "<p>The view's filtered items.</p>",
|
||||
"type": "ProjectV2ItemConnection!",
|
||||
"id": "projectv2itemconnection",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#projectv2itemconnection",
|
||||
"arguments": [
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>Returns the elements in the list that come after the specified cursor.</p>",
|
||||
"type": {
|
||||
"name": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>Returns the elements in the list that come before the specified cursor.</p>",
|
||||
"name": "orderBy",
|
||||
"description": "<p>Ordering options for the project v2 fields returned from the connection.</p>",
|
||||
"type": {
|
||||
"name": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "first",
|
||||
"description": "<p>Returns the first <em>n</em> elements from the list.</p>",
|
||||
"type": {
|
||||
"name": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "last",
|
||||
"description": "<p>Returns the last <em>n</em> elements from the list.</p>",
|
||||
"type": {
|
||||
"name": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
"name": "ProjectV2FieldOrder",
|
||||
"id": "projectv2fieldorder",
|
||||
"kind": "input-objects",
|
||||
"href": "/graphql/reference/input-objects#projectv2fieldorder"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -43723,6 +43565,16 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "orderBy",
|
||||
"description": "<p>Ordering options for the project v2 fields returned from the connection.</p>",
|
||||
"type": {
|
||||
"name": "ProjectV2FieldOrder",
|
||||
"id": "projectv2fieldorder",
|
||||
"kind": "input-objects",
|
||||
"href": "/graphql/reference/input-objects#projectv2fieldorder"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -43773,6 +43625,16 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "orderBy",
|
||||
"description": "<p>Ordering options for the project v2 fields returned from the connection.</p>",
|
||||
"type": {
|
||||
"name": "ProjectV2FieldOrder",
|
||||
"id": "projectv2fieldorder",
|
||||
"kind": "input-objects",
|
||||
"href": "/graphql/reference/input-objects#projectv2fieldorder"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -43898,58 +43760,6 @@
|
||||
"isDeprecated": true,
|
||||
"deprecationReason": "<p>The <code>ProjectNext</code> API is deprecated in favour of the more capable <code>ProjectV2</code> API. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement. Removal on 2022-10-01 UTC.</p>"
|
||||
},
|
||||
{
|
||||
"name": "items",
|
||||
"description": "<p>The view's filtered items.</p>",
|
||||
"type": "ProjectNextItemConnection!",
|
||||
"id": "projectnextitemconnection",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#projectnextitemconnection",
|
||||
"arguments": [
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>Returns the elements in the list that come after the specified cursor.</p>",
|
||||
"type": {
|
||||
"name": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>Returns the elements in the list that come before the specified cursor.</p>",
|
||||
"type": {
|
||||
"name": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "first",
|
||||
"description": "<p>Returns the first <em>n</em> elements from the list.</p>",
|
||||
"type": {
|
||||
"name": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "last",
|
||||
"description": "<p>Returns the last <em>n</em> elements from the list.</p>",
|
||||
"type": {
|
||||
"name": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
}
|
||||
],
|
||||
"isDeprecated": true,
|
||||
"deprecationReason": "<p>The <code>ProjectNext</code> API is deprecated in favour of the more capable <code>ProjectV2</code> API. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement. Removal on 2022-10-01 UTC.</p>"
|
||||
},
|
||||
{
|
||||
"name": "layout",
|
||||
"description": "<p>The project view's layout.</p>",
|
||||
|
||||
@@ -1315,14 +1315,6 @@
|
||||
"criticality": "breaking",
|
||||
"owner": "cheshire137"
|
||||
},
|
||||
{
|
||||
"location": "Enterprise.userAccounts",
|
||||
"description": "<p><code>userAccounts</code> will be removed. Use the <code>Enterprise.members</code> field instead.</p>",
|
||||
"reason": "<p>The <code>Enterprise.userAccounts</code> field is being removed.</p>",
|
||||
"date": "2022-07-01",
|
||||
"criticality": "breaking",
|
||||
"owner": "jdennes"
|
||||
},
|
||||
{
|
||||
"location": "AddPullRequestToMergeQueueInput.branch",
|
||||
"description": "<p><code>branch</code> will be removed.</p>",
|
||||
@@ -2753,14 +2745,6 @@
|
||||
"criticality": "breaking",
|
||||
"owner": "cheshire137"
|
||||
},
|
||||
{
|
||||
"location": "Enterprise.userAccounts",
|
||||
"description": "<p><code>userAccounts</code> will be removed. Use the <code>Enterprise.members</code> field instead.</p>",
|
||||
"reason": "<p>The <code>Enterprise.userAccounts</code> field is being removed.</p>",
|
||||
"date": "2022-07-01",
|
||||
"criticality": "breaking",
|
||||
"owner": "jdennes"
|
||||
},
|
||||
{
|
||||
"location": "AddPullRequestToMergeQueueInput.branch",
|
||||
"description": "<p><code>branch</code> will be removed.</p>",
|
||||
@@ -3621,14 +3605,6 @@
|
||||
}
|
||||
],
|
||||
"2022-07-01": [
|
||||
{
|
||||
"location": "Enterprise.userAccounts",
|
||||
"description": "<p><code>userAccounts</code> will be removed. Use the <code>Enterprise.members</code> field instead.</p>",
|
||||
"reason": "<p>The <code>Enterprise.userAccounts</code> field is being removed.</p>",
|
||||
"date": "2022-07-01",
|
||||
"criticality": "breaking",
|
||||
"owner": "jdennes"
|
||||
},
|
||||
{
|
||||
"location": "AddPullRequestToMergeQueueInput.branch",
|
||||
"description": "<p><code>branch</code> will be removed.</p>",
|
||||
|
||||
Reference in New Issue
Block a user