Skip to main content

HeroGroup

Group of heroes to be displayed together.

type HeroGroup {
autopilot: Boolean
createdAt: DateTime!
deleted: Boolean
description: String!
draft: Boolean
id: String!
items: [Hero]!
mobileAutosort: Boolean
mobileItemCount: Int!
ottAutosort: Boolean
ottItemCount: Int!
station: Station
stationId: UUID
targetCountry: CountryCode!
title: String!
updatedAt: DateTime!
webAutosort: Boolean
webItemCount: Int!
}

Fields

HeroGroup.autopilot ● Boolean scalar references

Whether this hero group is used for stations with "autopilot" enabled.

HeroGroup.createdAt ● DateTime! non-null scalar references

HeroGroup.deleted ● Boolean scalar references

HeroGroup.description ● String! non-null scalar references

HeroGroup.draft ● Boolean scalar references

HeroGroup.id ● String! non-null scalar references

HeroGroup.items ● [Hero]! non-null object references

Heroes in this group.

HeroGroup.mobileAutosort ● Boolean scalar references

Whether to use recommendation-based sorting of items on mobile platforms.

HeroGroup.mobileItemCount ● Int! non-null scalar references

Number of items to display on mobile platforms.

HeroGroup.ottAutosort ● Boolean scalar references

Whether to use recommendation-based sorting of items on OTT platforms.

HeroGroup.ottItemCount ● Int! non-null scalar references

Number of items to display on OTT platforms.

HeroGroup.station ● Station object references

HeroGroup.stationId ● UUID scalar references

HeroGroup.targetCountry ● CountryCode! non-null scalar references

ISO 3166-1 alpha-2 country code of country this collection group should appear for.

HeroGroup.title ● String! non-null scalar references

HeroGroup.updatedAt ● DateTime! non-null scalar references

HeroGroup.webAutosort ● Boolean scalar references

Whether to use recommendation-based sorting of items on web platforms.

HeroGroup.webItemCount ● Int! non-null scalar references

Number of items to display on web platforms.

Returned By

copyToTargetCountry mutation ● createHeroGroup mutation ● deleteHeroGroup mutation ● heroGroup query ● heroGroups query ● heroGroupsWithoutStation query ● updateHeroGroup mutation

Member Of

Hero object ● Station object