CreateHeroInput
No description
input CreateHeroInput {
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
CreateHeroInput.body
● String!
non-null scalar references
CreateHeroInput.deleted
● Boolean
scalar references
CreateHeroInput.endAt
● DateTime
scalar references
CreateHeroInput.heroGroupId
● String!
non-null scalar references
CreateHeroInput.heroMezzanineAltText
● String!
non-null scalar references
CreateHeroInput.heroMobileAltText
● String!
non-null scalar references
CreateHeroInput.images
● [JSON]!
non-null scalar references
CreateHeroInput.pinned
● Boolean
scalar references
CreateHeroInput.showId
● String!
non-null scalar references
CreateHeroInput.startAt
● DateTime
scalar references
CreateHeroInput.targetCohorts
● [EndUserCohort]!
non-null enum references
CreateHeroInput.targetPlatformTypes
● [PlatformType]!
non-null enum references
CreateHeroInput.title
● String!
non-null scalar references
CreateHeroInput.weight
● Int!
non-null scalar references
Member Of
createHero
mutation