# ThemeFilesCopyFileInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for the file copy. ### Access Scopes ## Fields * [dstFilename](/docs/api/admin-graphql/2024-10/scalars/String): String! - The new file where the content is copied to. * [srcFilename](/docs/api/admin-graphql/2024-10/scalars/String): String! - The source file to copy from. ## Input objects with this input object * [themeFilesCopy](/docs/api/admin-graphql/2024-10/mutations/themeFilesCopy) ## Examples