removeFileFromProductEdition
Remove a file from a product edition
This page contains
Arguments
| input RemoveFileFromProductEditionInput! PREVIEW | 
RemoveFileFromProductEditionInput fields
| productId ID! | Id of the product that will have a file removed  | 
| editionId ID! | Id of the product edition that will have a file removed  | 
| productEditionFileId ID! | Id of the file that will be removed  | 
Return Fields
| productEdition ProductEdition! | Product edition that was updated  | 
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.