Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GraphQL docs #2362

Merged
merged 1 commit into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 24 additions & 18 deletions data/graphql_data_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3835,25 +3835,31 @@
"deprecationReason": null
},
{
"name": "AGENT_TOKEN",
"name": "CLUSTER_PERMISSION",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "API_ACCESS_TOKEN",
"name": "CLUSTER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CLUSTER_QUEUE",
"name": "AGENT_TOKEN",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CLUSTER",
"name": "API_ACCESS_TOKEN",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CLUSTER_QUEUE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand All @@ -3871,7 +3877,7 @@
"deprecationReason": null
},
{
"name": "CLUSTER_PERMISSION",
"name": "ORGANIZATION",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand All @@ -3883,7 +3889,7 @@
"deprecationReason": null
},
{
"name": "ORGANIZATION",
"name": "PIPELINE_SCHEDULE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand All @@ -3895,7 +3901,7 @@
"deprecationReason": null
},
{
"name": "PIPELINE_SCHEDULE",
"name": "TEAM",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand All @@ -3907,7 +3913,7 @@
"deprecationReason": null
},
{
"name": "TEAM",
"name": "TEAM_PIPELINE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand All @@ -3919,7 +3925,7 @@
"deprecationReason": null
},
{
"name": "TEAM_PIPELINE",
"name": "SCM_SERVICE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand All @@ -3931,7 +3937,7 @@
"deprecationReason": null
},
{
"name": "SCM_SERVICE",
"name": "SCM_REPOSITORY_HOST",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand All @@ -3943,13 +3949,7 @@
"deprecationReason": null
},
{
"name": "SCM_REPOSITORY_HOST",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "USER_EMAIL",
"name": "SUBSCRIPTION",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand All @@ -3961,7 +3961,7 @@
"deprecationReason": null
},
{
"name": "SUBSCRIPTION",
"name": "USER_EMAIL",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand Down Expand Up @@ -12168,6 +12168,12 @@
"description": "The agent pre-bootstrap hook refused the job. Note that in this case, no signal was sent to the process, the bootstrap was not run at all.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SIGNATURE_REJECTED",
"description": "The agent refused the job because the signature could not be verified. Note that in this case, no signal was sent to the process, the bootstrap was not run at all.",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": 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.

2 changes: 1 addition & 1 deletion pages/apis/graphql/schemas/enum/jobeventsignalreason.md

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