Skip to content

Commit

Permalink
Merge pull request #2357 from buildkite/buildkite-docs-bot/graphql/0c…
Browse files Browse the repository at this point in the history
…b8a052

Update GraphQL docs
  • Loading branch information
buildkite-docs-bot authored Aug 8, 2023
2 parents 846e384 + 9f638c8 commit 87d2f91
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions data/graphql_data_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3829,13 +3829,13 @@
"interfaces": null,
"enumValues": [
{
"name": "SSO_PROVIDER",
"name": "AUTHORIZATION",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "AUTHORIZATION",
"name": "SSO_PROVIDER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand All @@ -3847,13 +3847,19 @@
"deprecationReason": null
},
{
"name": "SUBSCRIPTION",
"name": "CLUSTER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CLUSTER",
"name": "CLUSTER_PERMISSION",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SUBSCRIPTION",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand Down Expand Up @@ -3883,7 +3889,7 @@
"deprecationReason": null
},
{
"name": "CLUSTER_PERMISSION",
"name": "NOTIFICATION_SERVICE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand All @@ -3901,13 +3907,13 @@
"deprecationReason": null
},
{
"name": "NOTIFICATION_SERVICE",
"name": "PIPELINE_SCHEDULE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "PIPELINE_SCHEDULE",
"name": "PIPELINE_TEMPLATE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand All @@ -3925,13 +3931,13 @@
"deprecationReason": null
},
{
"name": "PIPELINE_TEMPLATE",
"name": "TEAM_PIPELINE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "TEAM_PIPELINE",
"name": "TEAM_SUITE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand All @@ -3948,12 +3954,6 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "TEAM_SUITE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SCM_REPOSITORY_HOST",
"description": 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 87d2f91

Please sign in to comment.