Skip to main content
Version: 2025-03-11

ExternalLink

External link

type ExternalLink {
id: ID!
language: String
type: ExternalLinkType!
url: String!
}

Fields

ExternalLink.id ● ID! non-null scalar

The unique identifier of the object

ExternalLink.language ● String scalar

The language of the content behind the external link in ISO 3166 Alpha-2 (e.g. de)

ExternalLink.type ● ExternalLinkType! non-null enum

The type of the external link

ExternalLink.url ● String! non-null scalar

The URL of the external link

Member Of

MatchSeries object