API: Add mutations for creating composes and clones
This commit adds mutations for the /compose and /composes/:composeId/clone POST end points to the Image Builder API slice.
This commit is contained in:
parent
a28a1ab9cc
commit
85ab893c2b
2 changed files with 45 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ const config: ConfigFile = {
|
|||
exportName: 'imageBuilderApi',
|
||||
hooks: true,
|
||||
filterEndpoints: [
|
||||
'cloneCompose',
|
||||
'composeImage',
|
||||
'getComposes',
|
||||
'getComposeStatus',
|
||||
'getComposeClones',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue