Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repo sync #19138

Merged
merged 3 commits into from
Jul 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions data/graphql/ghae/graphql_upcoming_changes.public-ghae.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
68 changes: 0 additions & 68 deletions data/graphql/ghae/schema.docs-ghae.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -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?
"""
Expand Down Expand Up @@ -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.
"""
Expand Down
8 changes: 0 additions & 8 deletions data/graphql/ghec/graphql_upcoming_changes.public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
134 changes: 14 additions & 120 deletions data/graphql/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -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?
"""
Expand Down Expand Up @@ -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.
"""
Expand Down Expand Up @@ -30932,33 +30864,13 @@ type ProjectV2View implements Node {
Returns the last _n_ elements from the list.
"""
last: Int
): 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.
Ordering options for the project v2 fields returned from the connection.
"""
last: Int
): ProjectV2ItemConnection!
orderBy: ProjectV2FieldOrder = {field: POSITION, direction: ASC}
): ProjectV2FieldConnection
id: ID!

"""
The project view's layout.
Expand Down Expand Up @@ -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

"""
Expand All @@ -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
}

Expand Down Expand Up @@ -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.
"""
Expand Down
8 changes: 0 additions & 8 deletions data/graphql/graphql_upcoming_changes.public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading