query

theme

Use this query to fetch details like appliedTheme, previewTheme, themePages and details.
Arguments
themeId
String!
Required
Unique id of theme to query nested queries for theme like preview, details etc.
Response
appliedTheme
ThemeDetail
Gets the theme configuration and template details of a theme applied to the application.
previewTheme
ThemeDetail
Gets the theme configuration and template details of a theme by theme id.
themePages
[PageDetail]
Get all page level configs, sections and seo data of a theme.
themePageDetail
PageDetail
Get page level configurations, applied sections and seo data of a page by `page_value` received from list pages api.
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...