Skip to content

Commit

Permalink
Update GraphQL docs
Browse files Browse the repository at this point in the history
  • Loading branch information
buildkite-docs-bot committed Aug 14, 2023
1 parent 1234f3f commit 159cf6d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions data/graphql_data_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3829,19 +3829,25 @@
"interfaces": null,
"enumValues": [
{
"name": "AUTHORIZATION",
"name": "SUITE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "USER_TOTP",
"name": "USER_EMAIL",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "USER_EMAIL",
"name": "AUTHORIZATION",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "USER_TOTP",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand Down Expand Up @@ -3972,12 +3978,6 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SCM_PIPELINE_SETTINGS",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SCM_REPOSITORY_HOST",
"description": null,
Expand All @@ -3991,7 +3991,7 @@
"deprecationReason": null
},
{
"name": "SUITE",
"name": "SCM_PIPELINE_SETTINGS",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand Down
2 changes: 1 addition & 1 deletion pages/apis/graphql/schemas/enum/auditsubjecttype.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 159cf6d

Please sign in to comment.