UpdateAppInput
No description
input UpdateAppInput {
  about: String
  authorName: String
  authorUrl: String
  bannerId: String
  comingSoon: Boolean
  customCodes: UpdateAppCustomCodes
  description: String
  docsUrl: String
  faviconId: String
  imageId: String
  name: String
  privacyPolicyUrl: String
  requiredPermissions: [PrimaryScopes!]
  requiredPlan: PlanName
  slug: String
  termsOfServiceUrl: String
  webhookSubscriptions: [String!]
  webhookUrl: String
}