OBJECT
WebLink
A link to a web address
link GraphQL Schema definition
- type WebLink {
- # The description of the web link
- String :
- # The web link's unique internal identifier
- Int! :
- # Whether to include in ONIX feed
- Boolean :
- # The web link
- URL! :
- # The type of the web link
- String @deprecated( reason: "Use type field instead" ) :
- # The role of the web link
- ONIXWebsiteRoleCode! :
- # A description of the role code from [ONIX code list
- # 73](https://ns.editeur.org/onix/en/73) Website role
- String :
- # The type of the web link
- WebLinkLinktype :
- }
link Require by
- ContactA contact - either a person or an organisation
- CreateWebLinkPayloadAutogenerated return type of CreateWebLink.
- DeleteWebLinkPayloadAutogenerated return type of DeleteWebLink.
- ElectronicAudioProductAn audio book product in electronic form, such as one delivered via MP3 or streamed online
- ElectronicBookProductA textual or graphical book product in electronic form, such as one delivered via PDF or EPUB file formats, or viewable online as HTML
- ElectronicProductA product in electronic form, rather than physical form, such as a downloadable resource. Digital products carried on a physical medium, such as CD-ROMs, are a physical type, not an electronic type.
- GenericProductA generic product, used for products not classified in more detail
- OrganisationAn organisation
- PersonA person
- PhysicalAudioProductA physical product with audio content e.g. an audio CD
- PhysicalBookProductA physical book with graphical or textual content. e.g. a paperback
- PhysicalProductA physical product, which may carry content in either physical or digital form
- ProductAn individually traded item. Consonance supports a wide range of product types e.g. hardback book, CD audio book, poster.
- UpdateWebLinkPayloadAutogenerated return type of UpdateWebLink.