OBJECT
Tags
link GraphQL Schema definition
- type Tags {
- # The primary unique identifier for the content (in uuid format).
- ID! :
- # A unique integer between 1 and 2,147,483,647 that can be used as an identifier.
- # If use case is incompatible with id (uuid), idNum can be used as an integer
- # alternative to id.
- Int :
- # Tags associated with tools.
- String] @deprecated( reason: "This field has been discontinued." ) : [
- # Tags associated with topics.
- String] @deprecated( reason: "This field has been discontinued." ) : [
- # Tags associated with audiences.
- String] @deprecated( reason: "This field has been discontinued. Please use 'audience'." ) : [
- # Tags associated with certifications.
- String] @deprecated( reason: "This field has been discontinued." ) : [
- # The primary tags for the Course.
- String] @deprecated( reason: "This field has been discontinued. Please use 'primaryAtomic'." ) : [
- # [BETA] The Primary Super Domain. The highest/most general level of the taxonomy.
- # Breaks the Pluralsight coverage landscape into general subject areas.
- String :
- # [BETA] The Primary Domain. An intermediate level of the taxonomy. Breaks down
- # each superdomain into its broadest subject areas and provides context for how
- # and for what purpose a technology is used in the content.
- String :
- # [BETA] The Primary Atomic. The lowest/most granular level of the taxonomy.
- # Describes the primary technology or certification taught in a piece of content.
- PrimaryAtomic :
- # [BETA] The audience for which a piece of content is primarily intended.
- String :
- }
link Require by
- ContentCatalogContent catalog data which includes the following content type: video courses, interactive courses, guides, paths and projects. This enitity is currently in BETA and will require your API KEY to have BETA access.
- CourseMain type that represents Course catalog data, video courses only.
- TagsConnectionnull
- TagsEdgenull