GraphQL requests related to linking
The sample requests in this section are related to resolving, getting and rendering links.
- GraphQL requests to resolve links
Content Delivery can resolve links dynamically; that is, if a Content Manager user creates a link to a Component, and if that Component (rendered as a Component Presentation) occurs on multiple webpages on your published website, Content Delivery can resolve the link by pointing to a specific page, based on its own internal logic and on your own custom configuration about how to resolve links. Samples show you how to involve this link-resolving logic. - GraphQL request to get a link to a binary resource
A specific GraphQL request can return you a public URL pointing to a binary resource. - GraphQL request to render the links in a returned Page or Component Presentation
When requesting Pages or Components with GraphQL requests, use therawContentfield to resolve links. In addition, you can pass acontextDataargument to return fully qualified domain name (FQDN) links and to specify URL prefixes for links.