Schema Documentation
UpdateSettingsInput
Description
Input for the updateSettings mutation.
Fields
Input Field | Description |
---|---|
clientMutationId - String | This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. |
discussionSettingsDefaultCommentStatus - String | Allow people to submit comments on new posts. |
discussionSettingsDefaultPingStatus - String | Allow link notifications from other blogs (pingbacks and trackbacks) on new articles. |
generalSettingsDateFormat - String | A date format for all date strings. |
generalSettingsDescription - String | Site tagline. |
generalSettingsLanguage - String | WordPress locale code. |
generalSettingsStartOfWeek - Int | A day number of the week that the week should start on. |
generalSettingsTimeFormat - String | A time format for all time strings. |
generalSettingsTimezone - String | A city in the same timezone as you. |
generalSettingsTitle - String | Site title. |
readingSettingsPageForPosts - Int | The ID of the page that should display the latest posts |
readingSettingsPageOnFront - Int | The ID of the page that should be displayed on the front page |
readingSettingsPostsPerPage - Int | Blog pages show at most. |
readingSettingsShowOnFront - String | What to show on the front page |
themeisleSdkSettingsSettingsThemeisleSdkPromotions - String | |
themeisleSdkSettingsSettingsThemeisleSdkPromotionsNeveFseInstalled - Boolean | |
themeisleSdkSettingsSettingsThemeisleSdkPromotionsOptimoleInstalled - Boolean | |
themeisleSdkSettingsSettingsThemeisleSdkPromotionsOtterInstalled - Boolean | |
themeisleSdkSettingsSettingsThemeisleSdkPromotionsRopInstalled - Boolean | |
writingSettingsDefaultCategory - Int | Default post category. |
writingSettingsDefaultPostFormat - String | Default post format. |
writingSettingsUseSmilies - Boolean | Convert emoticons like :-) and :-P to graphics on display. |
Example
{"clientMutationId":"abc123","discussionSettingsDefaultCommentStatus":"abc123","discussionSettingsDefaultPingStatus":"xyz789","generalSettingsDateFormat":"abc123","generalSettingsDescription":"abc123","generalSettingsLanguage":"xyz789","generalSettingsStartOfWeek":123,"generalSettingsTimeFormat":"xyz789","generalSettingsTimezone":"abc123","generalSettingsTitle":"abc123","readingSettingsPageForPosts":123,"readingSettingsPageOnFront":987,"readingSettingsPostsPerPage":123,"readingSettingsShowOnFront":"xyz789","themeisleSdkSettingsSettingsThemeisleSdkPromotions":"abc123","themeisleSdkSettingsSettingsThemeisleSdkPromotionsNeveFseInstalled":false,"themeisleSdkSettingsSettingsThemeisleSdkPromotionsOptimoleInstalled":true,"themeisleSdkSettingsSettingsThemeisleSdkPromotionsOtterInstalled":true,"themeisleSdkSettingsSettingsThemeisleSdkPromotionsRopInstalled":true,"writingSettingsDefaultCategory":987,"writingSettingsDefaultPostFormat":"xyz789","writingSettingsUseSmilies":false}