CreateTemplateInput
No description
input CreateTemplateInput {
  about: String
  appIds: [String!]
  authorName: String
  authorUrl: String
  bannerId: String
  categories: [String!]
  comingSoon: Boolean
  description: String
  entityId: String!
  entityType: TemplateEntityType!
  faviconId: String
  imageId: String
  name: String!
  privacyPolicyUrl: String
  requiredPlan: PlanName
  slug: String
  termsOfServiceUrl: String
}