# OnlineStoreThemeFileOperationResult - admin - OBJECT
Version: 2024-10

## Description
Represents the result of a copy, delete, or write operation performed on a theme file.

### Access Scopes
`read_themes` access scope.


## Fields
* [filename](/docs/api/admin/2024-10/scalars/String): String! - Unique identifier of the theme file.

## Connections



## Related queries

## Related mutations
* [themeFilesCopy](/docs/api/admin/2024-10/mutations/themeFilesCopy) Copy theme files. Copying to existing theme files will overwrite them.
* [themeFilesDelete](/docs/api/admin/2024-10/mutations/themeFilesDelete) Deletes a theme's files.
* [themeFilesUpsert](/docs/api/admin/2024-10/mutations/themeFilesUpsert) Create or update theme files.

## Related Unions

## Examples