UpdateTemplateInput
No description
input UpdateTemplateInput {
  about: String
  appIds: [String!]
  authorName: String
  authorUrl: String
  bannerId: String
  categories: [String!]
  comingSoon: Boolean
  description: String
  entityProperties: String
  faviconId: String
  imageId: String
  name: String
  privacyPolicyUrl: String
  requiredPlan: PlanName
  slate: SlateUpdatesInput
  slug: String
  termsOfServiceUrl: String
}