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:
lucasgarfield 2023-09-04 10:01:26 +02:00 committed by Lucas Garfield
parent a28a1ab9cc
commit 85ab893c2b
2 changed files with 45 additions and 0 deletions

View file

@ -8,6 +8,8 @@ const config: ConfigFile = {
exportName: 'imageBuilderApi',
hooks: true,
filterEndpoints: [
'cloneCompose',
'composeImage',
'getComposes',
'getComposeStatus',
'getComposeClones',