Skip to content

Commit

Permalink
add hooks to StackConfigurationFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed May 31, 2024
1 parent 887cea7 commit 6ef75a5
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 2 deletions.
132 changes: 130 additions & 2 deletions client.go

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

7 changes: 7 additions & 0 deletions graph/stack_model.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,11 @@ fragment RunStepFragment on RunStep {
fragment StackConfigurationFragment on StackConfiguration {
image
version
hooks {...StackHookFragment}
}

fragment StackHookFragment on StackHook {
cmd
args
afterStage
}

0 comments on commit 6ef75a5

Please sign in to comment.