OBJECT

WebLink

A link to a web address

link GraphQL Schema definition

  • type WebLink {
  • # The description of the web link
  • description: String
  • # The web link's unique internal identifier
  • id: Int!
  • # Whether to include in ONIX feed
  • includeInOnix: Boolean
  • # The web link
  • link: URL!
  • # The type of the web link
  • note: String @deprecated( reason: "Use type field instead" )
  • # The role of the web link
  • role: ONIXWebsiteRoleCode!
  • # A description of the role code from [ONIX code list
  • # 73](https://ns.editeur.org/onix/en/73) Website role
  • roleDescription: String
  • # The type of the web link
  • type: WebLinkLinktype
  • }