Skip to content

Commit

Permalink
Merge pull request #2949 from buildkite/buildkite-docs-bot/graphql/b0…
Browse files Browse the repository at this point in the history
…1b5ffe

Update GraphQL docs
  • Loading branch information
gilesgas authored Aug 29, 2024
2 parents 3f8459f + 6265e89 commit de8dfd0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions data/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -8963,11 +8963,6 @@ type Rule implements Node {
"""
effect: RuleEffect
id: ID!

"""
Name of the rule
"""
name: String!
organization: Organization

"""
Expand All @@ -8990,6 +8985,11 @@ type Rule implements Node {
"""
targetType: RuleTargetType

"""
The type of rule
"""
type: String!

"""
The public UUID for the rule
"""
Expand Down Expand Up @@ -9025,12 +9025,12 @@ input RuleCreateInput {
A unique identifier for the client performing the mutation.
"""
clientMutationId: String
organizationId: ID!

"""
Rule name
Rule type
"""
name: String!
organizationId: ID!
type: String!

"""
Serialised JSON of the attributes for this rule
Expand Down
2 changes: 1 addition & 1 deletion pages/apis/graphql/schemas/input_object/rulecreateinput.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/object/rule.md

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

0 comments on commit de8dfd0

Please sign in to comment.