Skip to main content
Version: v4

Series

No description

type Series {
id: String!
language: Language!
title: String!
contentFormat: ContentFormat!
description: String!
contentValue: Float!
topic: [Topic!]
icd10: [String!]
keywords: [String!]
learningOutcome: String
createdAt: DateTime!
updatedAt: DateTime!
deletedAt: DateTime
seriesParentId: String
seriesParent: SeriesParent!
episodes: [Episode!]!
}

Fields

Series.id ● String! non-null scalar

UUID of series

Series.language ● Language! non-null enum

Language of series

Series.title ● String! non-null scalar

Title of series

Series.contentFormat ● ContentFormat! non-null enum

Format of content

Series.description ● String! non-null scalar

Description of series

Series.contentValue ● Float! non-null scalar

Content value of series

Series.topic ● [Topic!] list enum

Topics of the series

Series.icd10 ● [String!] list scalar

ICD-10 codes for the series

Series.keywords ● [String!] list scalar

Keywords for the series

Series.learningOutcome ● String scalar

Learning outcome for the series

Series.createdAt ● DateTime! non-null scalar

Creation time given as the ISO Date string

Series.updatedAt ● DateTime! non-null scalar

Last update time given as the ISO Date string

Series.deletedAt ● DateTime scalar

Soft delete time given as the ISO Date string

Series.seriesParentId ● String scalar

Parent id of series

Series.seriesParent ● SeriesParent! non-null object

Parent of series

Series.episodes ● [Episode!]! non-null object

Episodes of series

Returned by

getSeries query

Member of

Episode object ● SeriesParent object