OBJECT

Link

Description

Supported in v5.0+

link GraphQL Schema definition

  • type Link {
  • # Required. Supported in v5.0+
  • # v5.0: The link's destination.
  • # v5.1+: The destination of the link.
  • href: String!
  • # Required. Supported in v5.0+
  • # v5.0: The relation of this link's destination to the current resource.
  • # v5.1+: The relation of the destination of this link to the current resource.
  • rel: String!
  • }