зеркало из https://github.com/github/docs.git
GraphQL schema update (#34066)
Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
Родитель
c8b5d6e3ee
Коммит
aa16830b0e
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче