-
Notifications
You must be signed in to change notification settings - Fork 282
Added Cluster Queue/Jobs example to GraphQL Cookbook #2224
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -541,6 +541,64 @@ mutation { | |||||
| } | ||||||
| ``` | ||||||
|
|
||||||
| ## Clusters | ||||||
|
|
||||||
| A collection of common tasks with clusters using the GraphQL API. | ||||||
|
|
||||||
| ### List cluster queues | ||||||
|
|
||||||
| List the first 20 cluster queues' key and ID for the first 10 clusters in the organisation | ||||||
|
||||||
| List the first 20 cluster queues' key and ID for the first 10 clusters in the organisation | |
| For the first 10 clusters in an organization, list the key and ID of the first 20 cluster queues. |
What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the latest commit 👍, TY @mbelton-buildkite
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this still keep the right meaning?
| ### List jobs as part of a specific cluster queue | |
| ### List jobs in a cluster queue |
Just looking if there's a sensible way to shorten it a bit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the latest commit 👍, TY @mbelton-buildkite
Uh oh!
There was an error while loading. Please reload this page.