UpdateDynamicBlockInput
No description
input UpdateDynamicBlockInput {
  about: String
  authorName: String
  authorUrl: String
  bannerId: String
  comingSoon: Boolean
  description: String
  enabledContexts: [PermissionContext!]
  faviconId: String
  imageId: String
  name: String
  privacyPolicyUrl: String
  requiredPlan: PlanName
  settings: Boolean
  slug: String
  termsOfServiceUrl: String
  url: String
}