EpisodeLabel
Label attached to an episode.
type EpisodeLabel {
value: ID!
text: String!
color: String!
}
Fields
EpisodeLabel.value ● ID! non-null scalar
EpisodeLabel.text ● String! non-null scalar
EpisodeLabel.color ● String! non-null scalar
Member Of
Episode object