Skip to content

Commit

Permalink
Update GraphQL schemas.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Oct 9, 2023
1 parent e9760db commit 61f5d94
Show file tree
Hide file tree
Showing 2 changed files with 595 additions and 32 deletions.
22 changes: 22 additions & 0 deletions bot-components/github-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24931,6 +24931,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "preventSelfReview",
"description": "Whether deployments to this environment can be approved by the user who created the deployment.",
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "reviewers",
"description": "The teams or users that can review the deployment",
Expand Down Expand Up @@ -142764,6 +142776,16 @@
},
"defaultValue": null
},
{
"name": "preventSelfReview",
"description": "Whether deployments to this environment can be approved by the user who created the deployment.",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
Expand Down
Loading

0 comments on commit 61f5d94

Please sign in to comment.