Skip to content

Instantly share code, notes, and snippets.

@jayco
Created February 4, 2021 23:58
Show Gist options
  • Save jayco/519e209b8db7c41c352ec76ce00e8c52 to your computer and use it in GitHub Desktop.
Save jayco/519e209b8db7c41c352ec76ce00e8c52 to your computer and use it in GitHub Desktop.
mutation scheduleBuild {
pipelineScheduleCreate(
input: {
pipelineID: "UGlwZWxpbmUtLS1teS1waXBlbGluZS11dWlkLWFzLWZvdW5kLWluLXlvdXItcGlwZWxpbmUtc2V0dGluZ3M="
cronline: "0 */4 * * *"
message: "My schedule"
label: "new schedule"
}
) {
clientMutationId
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment