From 6d607cbe4116a934ea6f42755a19db90ca1cd6f0 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Tue, 11 Jul 2023 09:35:56 -0700 Subject: [PATCH] GraphQL schema update (#38932) Co-authored-by: rachmari --- data/graphql/ghae/schema.docs-ghae.graphql | 5 +++++ data/graphql/ghec/schema.docs.graphql | 5 +++++ data/graphql/schema.docs.graphql | 5 +++++ src/graphql/data/fpt/changelog.json | 13 +++++++++++++ src/graphql/data/fpt/schema.json | 10 ++++++++++ src/graphql/data/ghae/schema.json | 10 ++++++++++ src/graphql/data/ghec/schema.json | 10 ++++++++++ 7 files changed, 58 insertions(+) diff --git a/data/graphql/ghae/schema.docs-ghae.graphql b/data/graphql/ghae/schema.docs-ghae.graphql index 8a882a31ca..4cb5a2719a 100644 --- a/data/graphql/ghae/schema.docs-ghae.graphql +++ b/data/graphql/ghae/schema.docs-ghae.graphql @@ -23942,6 +23942,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod """ last: Int + """ + Filter mannequins by login. + """ + login: String + """ Ordering options for mannequins returned from the connection. """ diff --git a/data/graphql/ghec/schema.docs.graphql b/data/graphql/ghec/schema.docs.graphql index b1f5732c00..eb32d122ab 100644 --- a/data/graphql/ghec/schema.docs.graphql +++ b/data/graphql/ghec/schema.docs.graphql @@ -27357,6 +27357,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod """ last: Int + """ + Filter mannequins by login. + """ + login: String + """ Ordering options for mannequins returned from the connection. """ diff --git a/data/graphql/schema.docs.graphql b/data/graphql/schema.docs.graphql index b1f5732c00..eb32d122ab 100644 --- a/data/graphql/schema.docs.graphql +++ b/data/graphql/schema.docs.graphql @@ -27357,6 +27357,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod """ last: Int + """ + Filter mannequins by login. + """ + login: String + """ Ordering options for mannequins returned from the connection. """ diff --git a/src/graphql/data/fpt/changelog.json b/src/graphql/data/fpt/changelog.json index b1b82b0644..acfe7341e5 100644 --- a/src/graphql/data/fpt/changelog.json +++ b/src/graphql/data/fpt/changelog.json @@ -1,4 +1,17 @@ [ + { + "schemaChanges": [ + { + "title": "The GraphQL schema includes these changes:", + "changes": [ + "

Argument login: String added to field Organization.mannequins

" + ] + } + ], + "previewChanges": [], + "upcomingChanges": [], + "date": "2023-07-11" + }, { "schemaChanges": [ { diff --git a/src/graphql/data/fpt/schema.json b/src/graphql/data/fpt/schema.json index 62813322a0..f9d79fea21 100644 --- a/src/graphql/data/fpt/schema.json +++ b/src/graphql/data/fpt/schema.json @@ -38211,6 +38211,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "login", + "description": "

Filter mannequins by login.

", + "type": { + "name": "String", + "id": "string", + "kind": "scalars", + "href": "/graphql/reference/scalars#string" + } + }, { "name": "orderBy", "description": "

Ordering options for mannequins returned from the connection.

", diff --git a/src/graphql/data/ghae/schema.json b/src/graphql/data/ghae/schema.json index 01d4810003..1119dbcf1c 100644 --- a/src/graphql/data/ghae/schema.json +++ b/src/graphql/data/ghae/schema.json @@ -33546,6 +33546,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "login", + "description": "

Filter mannequins by login.

", + "type": { + "name": "String", + "id": "string", + "kind": "scalars", + "href": "/graphql/reference/scalars#string" + } + }, { "name": "orderBy", "description": "

Ordering options for mannequins returned from the connection.

", diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json index 62813322a0..f9d79fea21 100644 --- a/src/graphql/data/ghec/schema.json +++ b/src/graphql/data/ghec/schema.json @@ -38211,6 +38211,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "login", + "description": "

Filter mannequins by login.

", + "type": { + "name": "String", + "id": "string", + "kind": "scalars", + "href": "/graphql/reference/scalars#string" + } + }, { "name": "orderBy", "description": "

Ordering options for mannequins returned from the connection.

",