Skip to content

Commit

Permalink
Merge pull request #2963 from buildkite/buildkite-docs-bot/graphql/1b…
Browse files Browse the repository at this point in the history
…94c00d

Update GraphQL docs
  • Loading branch information
gilesgas authored Sep 7, 2024
2 parents af01af2 + 14b1421 commit 1d1a5fd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions data/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -8958,6 +8958,11 @@ type Rule implements Node {
"""
createdBy: User

"""
Description of the rule
"""
description: String

"""
Effect for the rule
"""
Expand Down Expand Up @@ -9025,6 +9030,11 @@ input RuleCreateInput {
A unique identifier for the client performing the mutation.
"""
clientMutationId: String

"""
Description of the rule
"""
description: String
organizationId: ID!

"""
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 1d1a5fd

Please sign in to comment.