CreateTemplateInput (Input)
Description
No description
Fields
Name | Description |
---|---|
about - String | |
appIds - [String!] | |
authorName - String | |
authorUrl - String | |
bannerId - String | |
categories - [String!] | |
comingSoon - Boolean | |
description - String | |
entityId - String! | |
entityType - TemplateEntityType! | |
faviconId - String | |
hubContentId - String | |
imageId - String | |
name - String! | |
onFreePlan - Boolean | |
previewHtml - String | |
privacyPolicyUrl - String | |
slug - String | |
termsOfServiceUrl - String | |
upsertKey - String |
input CreateTemplateInput {
about: String
appIds: [String!]
authorName: String
authorUrl: String
bannerId: String
categories: [String!]
comingSoon: Boolean
description: String
entityId: String!
entityType: TemplateEntityType!
faviconId: String
hubContentId: String
imageId: String
name: String!
onFreePlan: Boolean
previewHtml: String
privacyPolicyUrl: String
slug: String
termsOfServiceUrl: String
upsertKey: String
}