Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
Octomerger Bot 2023-01-19 08:43:34 -08:00 коммит произвёл GitHub
Родитель c8b5d6e3ee
Коммит aa16830b0e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
7 изменённых файлов: 117 добавлений и 0 удалений

Просмотреть файл

@ -23907,6 +23907,11 @@ type OrganizationsHovercardContext implements HovercardContext {
Returns the last _n_ elements from the list.
"""
last: Int
"""
Ordering options for the User's organizations.
"""
orderBy: OrganizationOrder = null
): OrganizationConnection!
"""
@ -28499,6 +28504,11 @@ type Query {
Returns the last _n_ elements from the list.
"""
last: Int
"""
Ordering options for the User's organizations.
"""
orderBy: OrganizationOrder = null
): OrganizationConnection!
"""
@ -43245,6 +43255,11 @@ type User implements Actor & Node & ProfileOwner & ProjectOwner & RepositoryDisc
Returns the last _n_ elements from the list.
"""
last: Int
"""
Ordering options for the User's organizations.
"""
orderBy: OrganizationOrder = null
): OrganizationConnection!
"""

Просмотреть файл

@ -27195,6 +27195,11 @@ type OrganizationsHovercardContext implements HovercardContext {
Returns the last _n_ elements from the list.
"""
last: Int
"""
Ordering options for the User's organizations.
"""
orderBy: OrganizationOrder = null
): OrganizationConnection!
"""
@ -53465,6 +53470,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
Returns the last _n_ elements from the list.
"""
last: Int
"""
Ordering options for the User's organizations.
"""
orderBy: OrganizationOrder = null
): OrganizationConnection!
"""

Просмотреть файл

@ -27195,6 +27195,11 @@ type OrganizationsHovercardContext implements HovercardContext {
Returns the last _n_ elements from the list.
"""
last: Int
"""
Ordering options for the User's organizations.
"""
orderBy: OrganizationOrder = null
): OrganizationConnection!
"""
@ -53465,6 +53470,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
Returns the last _n_ elements from the list.
"""
last: Int
"""
Ordering options for the User's organizations.
"""
orderBy: OrganizationOrder = null
): OrganizationConnection!
"""

Просмотреть файл

@ -1,4 +1,18 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Argument <code>orderBy: OrganizationOrder</code> added to field <code>OrganizationsHovercardContext.relevantOrganizations</code></p>",
"<p>Argument <code>orderBy: OrganizationOrder</code> added to field <code>User.organizations</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2023-01-19"
},
{
"schemaChanges": [
{

Просмотреть файл

@ -38809,6 +38809,16 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
},
{
"name": "orderBy",
"description": "<p>Ordering options for the User's organizations.</p>",
"type": {
"name": "OrganizationOrder",
"id": "organizationorder",
"kind": "input-objects",
"href": "/graphql/reference/input-objects#organizationorder"
}
}
]
},
@ -67456,6 +67466,16 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
},
{
"name": "orderBy",
"description": "<p>Ordering options for the User's organizations.</p>",
"type": {
"name": "OrganizationOrder",
"id": "organizationorder",
"kind": "input-objects",
"href": "/graphql/reference/input-objects#organizationorder"
}
}
]
},

Просмотреть файл

@ -182,6 +182,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int",
"description": "<p>Returns the last <em>n</em> elements from the list.</p>"
},
{
"name": "orderBy",
"type": "OrganizationOrder",
"id": "organizationorder",
"kind": "input-objects",
"href": "/graphql/reference/input-objects#organizationorder",
"description": "<p>Ordering options for the User's organizations.</p>"
}
]
},
@ -33759,6 +33767,16 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
},
{
"name": "orderBy",
"description": "<p>Ordering options for the User's organizations.</p>",
"type": {
"name": "OrganizationOrder",
"id": "organizationorder",
"kind": "input-objects",
"href": "/graphql/reference/input-objects#organizationorder"
}
}
]
},
@ -56800,6 +56818,16 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
},
{
"name": "orderBy",
"description": "<p>Ordering options for the User's organizations.</p>",
"type": {
"name": "OrganizationOrder",
"id": "organizationorder",
"kind": "input-objects",
"href": "/graphql/reference/input-objects#organizationorder"
}
}
]
},

Просмотреть файл

@ -38809,6 +38809,16 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
},
{
"name": "orderBy",
"description": "<p>Ordering options for the User's organizations.</p>",
"type": {
"name": "OrganizationOrder",
"id": "organizationorder",
"kind": "input-objects",
"href": "/graphql/reference/input-objects#organizationorder"
}
}
]
},
@ -67456,6 +67466,16 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
},
{
"name": "orderBy",
"description": "<p>Ordering options for the User's organizations.</p>",
"type": {
"name": "OrganizationOrder",
"id": "organizationorder",
"kind": "input-objects",
"href": "/graphql/reference/input-objects#organizationorder"
}
}
]
},