--- title: OnlineStoreThemeFileReadResult - GraphQL Admin description: Represents the result of a read operation performed on a theme asset. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/objects/onlinestorethemefilereadresult md: https://shopify.dev/docs/api/admin-graphql/unstable/objects/onlinestorethemefilereadresult.md --- # Online​Store​Theme​File​Read​Result object Requires `read_themes` access scope. Represents the result of a read operation performed on a theme asset. ## Fields * code [Online​Store​Theme​File​Result​Type!](https://shopify.dev/docs/api/admin-graphql/unstable/enums/OnlineStoreThemeFileResultType) non-null Type that indicates the result of the operation. * filename [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null Unique identifier associated with the operation and the theme file. *** ## Map ### Connections with this object * <->[OnlineStoreThemeFileConnection.userErrors](https://shopify.dev/docs/api/admin-graphql/unstable/connections/OnlineStoreThemeFileConnection#returns-userErrors)