From b164a14c0063c6173d538202da08e31de91c7dbb Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Mon, 15 Jan 2024 08:35:06 -0800 Subject: [PATCH] GraphQL schema update (#48710) Co-authored-by: rachmari --- data/graphql/ghae/schema.docs-ghae.graphql | 2 +- data/graphql/ghec/schema.docs.graphql | 2 +- data/graphql/schema.docs.graphql | 2 +- src/graphql/data/fpt/schema.json | 2 +- src/graphql/data/ghae/schema.json | 2 +- src/graphql/data/ghec/schema.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/graphql/ghae/schema.docs-ghae.graphql b/data/graphql/ghae/schema.docs-ghae.graphql index faf0b29f6ab4..5d9eb5fb65db 100644 --- a/data/graphql/ghae/schema.docs-ghae.graphql +++ b/data/graphql/ghae/schema.docs-ghae.graphql @@ -32750,7 +32750,7 @@ type Release implements Node & Reactable & UniformResourceLocatable { last: Int """ - A list of names to filter the assets by. + A name to filter the assets by. """ name: String ): ReleaseAssetConnection! diff --git a/data/graphql/ghec/schema.docs.graphql b/data/graphql/ghec/schema.docs.graphql index f9b0d9f4bf9e..78850cd8184b 100644 --- a/data/graphql/ghec/schema.docs.graphql +++ b/data/graphql/ghec/schema.docs.graphql @@ -39725,7 +39725,7 @@ type Release implements Node & Reactable & UniformResourceLocatable { last: Int """ - A list of names to filter the assets by. + A name to filter the assets by. """ name: String ): ReleaseAssetConnection! diff --git a/data/graphql/schema.docs.graphql b/data/graphql/schema.docs.graphql index f9b0d9f4bf9e..78850cd8184b 100644 --- a/data/graphql/schema.docs.graphql +++ b/data/graphql/schema.docs.graphql @@ -39725,7 +39725,7 @@ type Release implements Node & Reactable & UniformResourceLocatable { last: Int """ - A list of names to filter the assets by. + A name to filter the assets by. """ name: String ): ReleaseAssetConnection! diff --git a/src/graphql/data/fpt/schema.json b/src/graphql/data/fpt/schema.json index 02baafed61ff..04d9c23c1321 100644 --- a/src/graphql/data/fpt/schema.json +++ b/src/graphql/data/fpt/schema.json @@ -54644,7 +54644,7 @@ }, { "name": "name", - "description": "

A list of names to filter the assets by.

", + "description": "

A name to filter the assets by.

", "type": { "name": "String", "id": "string", diff --git a/src/graphql/data/ghae/schema.json b/src/graphql/data/ghae/schema.json index 11fa35f27d2b..5264ebbf3b91 100644 --- a/src/graphql/data/ghae/schema.json +++ b/src/graphql/data/ghae/schema.json @@ -45371,7 +45371,7 @@ }, { "name": "name", - "description": "

A list of names to filter the assets by.

", + "description": "

A name to filter the assets by.

", "type": { "name": "String", "id": "string", diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json index 02baafed61ff..04d9c23c1321 100644 --- a/src/graphql/data/ghec/schema.json +++ b/src/graphql/data/ghec/schema.json @@ -54644,7 +54644,7 @@ }, { "name": "name", - "description": "

A list of names to filter the assets by.

", + "description": "

A name to filter the assets by.

", "type": { "name": "String", "id": "string",