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 Jul 16, 2023
1 parent 7e127ae commit 1c7048a
Show file tree
Hide file tree
Showing 9 changed files with 378 additions and 25 deletions.
230 changes: 208 additions & 22 deletions data/graphql_data_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3835,13 +3835,19 @@
"interfaces": null,
"enumValues": [
{
"name": "CLUSTER_PERMISSION",
"name": "AUTHORIZATION",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "PIPELINE",
"name": "SUBSCRIPTION",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CLUSTER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand Down Expand Up @@ -3895,25 +3901,25 @@
"deprecationReason": null
},
{
"name": "PIPELINE_TEMPLATE",
"name": "SSO_PROVIDER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "TEAM",
"name": "ORGANIZATION_MEMBER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "TEAM_MEMBER",
"name": "TEAM",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "TEAM_PIPELINE",
"name": "PIPELINE_TEMPLATE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand All @@ -3937,67 +3943,61 @@
"deprecationReason": null
},
{
"name": "SSO_PROVIDER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ORGANIZATION_MEMBER",
"name": "SCM_REPOSITORY_HOST",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SUITE_MONITOR",
"name": "PIPELINE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SCM_REPOSITORY_HOST",
"name": "TEAM_PIPELINE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "USER_EMAIL",
"name": "SUITE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SUITE",
"name": "SUITE_MONITOR",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "USER_TOTP",
"name": "TEAM_MEMBER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "USER",
"name": "USER_EMAIL",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CLUSTER",
"name": "USER_TOTP",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "AUTHORIZATION",
"name": "USER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SUBSCRIPTION",
"name": "CLUSTER_PERMISSION",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand Down Expand Up @@ -15671,6 +15671,35 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "organizationRevokeInactiveTokensAfterUpdate",
"description": "Specify the maximum timeframe to revoke organization access from inactive API tokens.",
"args": [
{
"name": "input",
"description": "Parameters for OrganizationRevokeInactiveTokensAfterUpdateMutation",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "OrganizationRevokeInactiveTokensAfterUpdateMutationInput",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"type": {
"kind": "OBJECT",
"name": "OrganizationRevokeInactiveTokensAfterUpdateMutationPayload",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pipelineArchive",
"description": "Archive a pipeline.",
Expand Down Expand Up @@ -18703,6 +18732,20 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "revokeInactiveTokensAfter",
"description": "API tokens with access to this organization will be automatically revoked after this many seconds of inactivity. A `null` value indicates never revoke inactive tokens.",
"args": [

],
"type": {
"kind": "ENUM",
"name": "RevokeInactiveTokenPeriod",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "slug",
"description": "The slug used to represent the organization in URLs",
Expand Down Expand Up @@ -22568,6 +22611,102 @@
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "OrganizationRevokeInactiveTokensAfterUpdateMutationInput",
"description": "Autogenerated input type of OrganizationRevokeInactiveTokensAfterUpdateMutation",
"fields": null,
"inputFields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "organizationId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "revokeInactiveTokensAfter",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "RevokeInactiveTokenPeriod",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "OrganizationRevokeInactiveTokensAfterUpdateMutationPayload",
"description": "Autogenerated return type of OrganizationRevokeInactiveTokensAfterUpdateMutation.",
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [

],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "organization",
"description": null,
"args": [

],
"type": {
"kind": "OBJECT",
"name": "Organization",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [

],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "OrganizationSSO",
Expand Down Expand Up @@ -28636,6 +28775,53 @@
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "RevokeInactiveTokenPeriod",
"description": "API tokens with access to this organization will be automatically revoked after this many days of inactivity.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "DAYS_30",
"description": "Revoke organization access from API tokens after 30 days of inactivity",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "DAYS_60",
"description": "Revoke organization access from API tokens after 60 days of inactivity",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "DAYS_90",
"description": "Revoke organization access from API tokens after 90 days of inactivity",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "DAYS_180",
"description": "Revoke organization access from API tokens after 180 days of inactivity",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "DAYS_365",
"description": "Revoke organization access from API tokens after 365 days of inactivity",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "NEVER",
"description": "Never revoke organization access from inactive API tokens",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "SCMPipelineSettings",
Expand Down
8 changes: 8 additions & 0 deletions data/nav_graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@
path: apis/graphql/schemas/mutation/organizationmemberdelete
- name: organizationMemberUpdate
path: apis/graphql/schemas/mutation/organizationmemberupdate
- name: organizationRevokeInactiveTokensAfterUpdate
path: apis/graphql/schemas/mutation/organizationrevokeinactivetokensafterupdate
- name: pipelineArchive
path: apis/graphql/schemas/mutation/pipelinearchive
- name: pipelineCreate
Expand Down Expand Up @@ -483,6 +485,8 @@
path: apis/graphql/schemas/object/organizationmemberupdatepayload
- name: OrganizationPermissions
path: apis/graphql/schemas/object/organizationpermissions
- name: OrganizationRevokeInactiveTokensAfterUpdateMutationPayload
path: apis/graphql/schemas/object/organizationrevokeinactivetokensafterupdatemutationpayload
- name: OrganizationSSO
path: apis/graphql/schemas/object/organizationsso
- name: OrganizationSSOProvider
Expand Down Expand Up @@ -831,6 +835,8 @@
path: apis/graphql/schemas/enum/pipelinevisibility
- name: ResourceUsageType
path: apis/graphql/schemas/enum/resourceusagetype
- name: RevokeInactiveTokenPeriod
path: apis/graphql/schemas/enum/revokeinactivetokenperiod
- name: SSOAuthorizationState
path: apis/graphql/schemas/enum/ssoauthorizationstate
- name: SSOProviderSAMLRSAXMLSecurity
Expand Down Expand Up @@ -947,6 +953,8 @@
path: apis/graphql/schemas/input-object/organizationmembersecurityinput
- name: OrganizationMemberUpdateInput
path: apis/graphql/schemas/input-object/organizationmemberupdateinput
- name: OrganizationRevokeInactiveTokensAfterUpdateMutationInput
path: apis/graphql/schemas/input-object/organizationrevokeinactivetokensafterupdatemutationinput
- name: PipelineArchiveInput
path: apis/graphql/schemas/input-object/pipelinearchiveinput
- name: PipelineCreateInput
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.

Loading

0 comments on commit 1c7048a

Please sign in to comment.