1
0
mirror of synced 2026-01-10 09:02:35 -05:00

Merge pull request #25124 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2023-04-20 13:02:30 -04:00
committed by GitHub
7 changed files with 238 additions and 0 deletions

View File

@@ -15929,6 +15929,31 @@ type IssueTemplate {
"""
about: String
"""
The suggested assignees.
"""
assignees(
"""
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
): UserConnection!
"""
The suggested issue body.
"""

View File

@@ -17863,6 +17863,31 @@ type IssueTemplate {
"""
about: String
"""
The suggested assignees.
"""
assignees(
"""
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
): UserConnection!
"""
The suggested issue body.
"""

View File

@@ -17863,6 +17863,31 @@ type IssueTemplate {
"""
about: String
"""
The suggested assignees.
"""
assignees(
"""
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
): UserConnection!
"""
The suggested issue body.
"""

View File

@@ -1,4 +1,17 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Field <code>assignees</code> was added to object type <code>IssueTemplate</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2023-04-20"
},
{
"schemaChanges": [
{

View File

@@ -28259,6 +28259,56 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "assignees",
"description": "<p>The suggested assignees.</p>",
"type": "UserConnection!",
"id": "userconnection",
"kind": "objects",
"href": "/graphql/reference/objects#userconnection",
"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"
}
}
]
},
{
"name": "body",
"description": "<p>The suggested issue body.</p>",

View File

@@ -24932,6 +24932,56 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "assignees",
"description": "<p>The suggested assignees.</p>",
"type": "UserConnection!",
"id": "userconnection",
"kind": "objects",
"href": "/graphql/reference/objects#userconnection",
"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"
}
}
]
},
{
"name": "body",
"description": "<p>The suggested issue body.</p>",

View File

@@ -28259,6 +28259,56 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "assignees",
"description": "<p>The suggested assignees.</p>",
"type": "UserConnection!",
"id": "userconnection",
"kind": "objects",
"href": "/graphql/reference/objects#userconnection",
"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"
}
}
]
},
{
"name": "body",
"description": "<p>The suggested issue body.</p>",