From cd3182f61fd02792a408b7903c584e8cf87c9587 Mon Sep 17 00:00:00 2001 From: Octokit Bot Date: Thu, 7 Mar 2024 11:05:52 -0600 Subject: [PATCH] fix: built (#911) build: schema.json and schema.d.ts updated Co-authored-by: Octokit Bot --- schema.d.ts | 1 + schema.json | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/schema.d.ts b/schema.d.ts index bf7d15e83..5a22b6d53 100644 --- a/schema.d.ts +++ b/schema.d.ts @@ -21450,6 +21450,7 @@ export type RepositoryEnvironmentsArgs = { before?: InputMaybe; first?: InputMaybe; last?: InputMaybe; + names?: InputMaybe>; orderBy?: InputMaybe; }; diff --git a/schema.json b/schema.json index 3c66f2fef..acb41d03a 100644 --- a/schema.json +++ b/schema.json @@ -110808,6 +110808,24 @@ "ofType": null }, "defaultValue": "{field: NAME, direction: ASC}" + }, + { + "name": "names", + "description": "The names of the environments to be returned.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "defaultValue": "[]" } ], "type": {