Skip to content

Commit

Permalink
Refetch latest schema and regenerate graphql docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanly committed Oct 3, 2023
1 parent f376798 commit 846c62a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 43 deletions.
36 changes: 1 addition & 35 deletions data/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -4078,7 +4078,7 @@ type Mutation {
"""
Sets an allowlist of IP addresses for API access to an organization. Please
note that this is a beta feature and is not yet available to all
organizations.
organizations.
"""
organizationApiIpAllowlistUpdate(
"""
Expand Down Expand Up @@ -6630,23 +6630,6 @@ input PipelineCreateInput {
"""
branchConfiguration: String

"""
Choose to keep builds or remove them after a set time period. Pipelines are
scanned once a day for builds that can be removed according to these settings.
Some billing plans require this setting to be enabled.
"""
buildRetentionEnabled: Boolean @deprecated(reason: "Build retention is now determined by your billing plan. This field is no longer used and always returns null.")

"""
The minimum number of builds to keep in the pipeline regardless of how old the builds are.
"""
buildRetentionNumber: Int @deprecated(reason: "Build retention is now determined by your billing plan. This field is no longer used and always returns null.")

"""
How long is a build kept before it is automatically removed.
"""
buildRetentionPeriod: BuildRetentionPeriods @deprecated(reason: "Build retention is now determined by your billing plan. This field is no longer used and always returns null.")

"""
If intermediate builds should be canceled as new builds are created
"""
Expand Down Expand Up @@ -7451,23 +7434,6 @@ input PipelineUpdateInput {
"""
branchConfiguration: String

"""
Choose to keep builds or remove them after a set time period. Pipelines are
scanned once a day for builds that can be removed according to these settings.
Some billing plans require this setting to be enabled.
"""
buildRetentionEnabled: Boolean @deprecated(reason: "Build retention is now determined by your billing plan. This field is no longer used and always returns null.")

"""
The minimum number of builds to keep in the pipeline regardless of how old the builds are.
"""
buildRetentionNumber: Int @deprecated(reason: "Build retention is now determined by your billing plan. This field is no longer used and always returns null.")

"""
How long is a build kept before it is automatically removed.
"""
buildRetentionPeriod: BuildRetentionPeriods @deprecated(reason: "Build retention is now determined by your billing plan. This field is no longer used and always returns null.")

"""
If intermediate builds should be canceled as new builds are created
"""
Expand Down
12 changes: 6 additions & 6 deletions data/nav_graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
children:
- name: Overview
path: apis/graphql/graphql-cookbook
- name: Pipelines
path: apis/graphql/cookbooks/pipelines
- name: Builds
path: apis/graphql/cookbooks/builds
- name: Jobs
path: apis/graphql/cookbooks/jobs
- name: Agents
path: apis/graphql/cookbooks/agents
- name: Builds
path: apis/graphql/cookbooks/builds
- name: Clusters
path: apis/graphql/cookbooks/clusters
- name: Jobs
path: apis/graphql/cookbooks/jobs
- name: Pipelines
path: apis/graphql/cookbooks/pipelines
- name: Pipeline templates
path: apis/graphql/cookbooks/pipeline-templates
- name: Organizations
Expand Down

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

Loading

0 comments on commit 846c62a

Please sign in to comment.