UpdateTemplateInput (Input)
Description
No description
Fields
| Name | Description |
|---|---|
| about - String | |
| appIds - [String!] | |
| authorName - String | |
| authorUrl - String | |
| bannerId - String | |
| categories - [String!] | |
| comingSoon - Boolean | |
| description - String | |
| entityProperties - String | |
| faviconId - String | |
| hubContentId - String | |
| imageId - String | |
| name - String | |
| onFreePlan - Boolean | |
| previewHtml - String | |
| privacyPolicyUrl - String | |
| slate - SlateUpdatesInput | |
| slug - String | |
| termsOfServiceUrl - String |
input UpdateTemplateInput {
about: String
appIds: [String!]
authorName: String
authorUrl: String
bannerId: String
categories: [String!]
comingSoon: Boolean
description: String
entityProperties: String
faviconId: String
hubContentId: String
imageId: String
name: String
onFreePlan: Boolean
previewHtml: String
privacyPolicyUrl: String
slate: SlateUpdatesInput
slug: String
termsOfServiceUrl: String
}