Skip to content

Commit

Permalink
fix: built (#911)
Browse files Browse the repository at this point in the history
build: schema.json and schema.d.ts updated

Co-authored-by: Octokit Bot <[email protected]>
  • Loading branch information
octokitbot and Octokit Bot authored Mar 7, 2024
1 parent 4f4197c commit cd3182f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21450,6 +21450,7 @@ export type RepositoryEnvironmentsArgs = {
before?: InputMaybe<Scalars['String']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
last?: InputMaybe<Scalars['Int']['input']>;
names?: InputMaybe<Array<Scalars['String']['input']>>;
orderBy?: InputMaybe<Environments>;
};

Expand Down
18 changes: 18 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit cd3182f

Please sign in to comment.