Skip to content

Commit 6d607cb

Browse files
docs-botrachmari
andauthored
GraphQL schema update (github#38932)
Co-authored-by: rachmari <rachmari@users.noreply.github.com>
1 parent 87f6adc commit 6d607cb

7 files changed

Lines changed: 58 additions & 0 deletions

File tree

data/graphql/ghae/schema.docs-ghae.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23942,6 +23942,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
2394223942
"""
2394323943
last: Int
2394423944

23945+
"""
23946+
Filter mannequins by login.
23947+
"""
23948+
login: String
23949+
2394523950
"""
2394623951
Ordering options for mannequins returned from the connection.
2394723952
"""

data/graphql/ghec/schema.docs.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27357,6 +27357,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
2735727357
"""
2735827358
last: Int
2735927359

27360+
"""
27361+
Filter mannequins by login.
27362+
"""
27363+
login: String
27364+
2736027365
"""
2736127366
Ordering options for mannequins returned from the connection.
2736227367
"""

data/graphql/schema.docs.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27357,6 +27357,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
2735727357
"""
2735827358
last: Int
2735927359

27360+
"""
27361+
Filter mannequins by login.
27362+
"""
27363+
login: String
27364+
2736027365
"""
2736127366
Ordering options for mannequins returned from the connection.
2736227367
"""

src/graphql/data/fpt/changelog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Argument <code>login: String</code> added to field <code>Organization.mannequins</code></p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2023-07-11"
14+
},
215
{
316
"schemaChanges": [
417
{

src/graphql/data/fpt/schema.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38211,6 +38211,16 @@
3821138211
"href": "/graphql/reference/scalars#int"
3821238212
}
3821338213
},
38214+
{
38215+
"name": "login",
38216+
"description": "<p>Filter mannequins by login.</p>",
38217+
"type": {
38218+
"name": "String",
38219+
"id": "string",
38220+
"kind": "scalars",
38221+
"href": "/graphql/reference/scalars#string"
38222+
}
38223+
},
3821438224
{
3821538225
"name": "orderBy",
3821638226
"description": "<p>Ordering options for mannequins returned from the connection.</p>",

src/graphql/data/ghae/schema.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33546,6 +33546,16 @@
3354633546
"href": "/graphql/reference/scalars#int"
3354733547
}
3354833548
},
33549+
{
33550+
"name": "login",
33551+
"description": "<p>Filter mannequins by login.</p>",
33552+
"type": {
33553+
"name": "String",
33554+
"id": "string",
33555+
"kind": "scalars",
33556+
"href": "/graphql/reference/scalars#string"
33557+
}
33558+
},
3354933559
{
3355033560
"name": "orderBy",
3355133561
"description": "<p>Ordering options for mannequins returned from the connection.</p>",

src/graphql/data/ghec/schema.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38211,6 +38211,16 @@
3821138211
"href": "/graphql/reference/scalars#int"
3821238212
}
3821338213
},
38214+
{
38215+
"name": "login",
38216+
"description": "<p>Filter mannequins by login.</p>",
38217+
"type": {
38218+
"name": "String",
38219+
"id": "string",
38220+
"kind": "scalars",
38221+
"href": "/graphql/reference/scalars#string"
38222+
}
38223+
},
3821438224
{
3821538225
"name": "orderBy",
3821638226
"description": "<p>Ordering options for mannequins returned from the connection.</p>",

0 commit comments

Comments
 (0)