Skip to main content

UpdateHeroInput

No description

input UpdateHeroInput {
body: String
deleted: Boolean
endAt: DateTime
heroGroupId: String
heroMezzanineAltText: String
heroMobileAltText: String
images: [JSON]!
pinned: Boolean
showId: String
startAt: DateTime
targetCohorts: [EndUserCohort]!
targetPlatformTypes: [PlatformType]!
title: String
weight: Int
}

Fields

UpdateHeroInput.body ● String scalar references

UpdateHeroInput.deleted ● Boolean scalar references

UpdateHeroInput.endAt ● DateTime scalar references

UpdateHeroInput.heroGroupId ● String scalar references

UpdateHeroInput.heroMezzanineAltText ● String scalar references

UpdateHeroInput.heroMobileAltText ● String scalar references

UpdateHeroInput.images ● [JSON]! non-null scalar references

UpdateHeroInput.pinned ● Boolean scalar references

UpdateHeroInput.showId ● String scalar references

UpdateHeroInput.startAt ● DateTime scalar references

UpdateHeroInput.targetCohorts ● [EndUserCohort]! non-null enum references

UpdateHeroInput.targetPlatformTypes ● [PlatformType]! non-null enum references

UpdateHeroInput.title ● String scalar references

UpdateHeroInput.weight ● Int scalar references

Member Of

updateHero mutation