CitiLinkBackUrls
Citi Related links
type CitiLinkBackUrls {
staticHtmlLinkBack: String
rhsComponents: String
digidocPrint: String
digidocReadingList: String
digidocPrintReadingList: String
pdfAtInception: Boolean
}
Fields
CitiLinkBackUrls.staticHtmlLinkBack ● String scalar graph-ql-types
Url for the document that needs to be loaded. @exposed(scopes: ['docviewer'])
CitiLinkBackUrls.rhsComponents ● String scalar graph-ql-types
Provides data for the Citi RHS sections that contains data link supplement links, bullbear links etc. @exposed(scopes: ['docviewer'])
CitiLinkBackUrls.digidocPrint ● String scalar graph-ql-types
Citi does not have standard print functionality, this URL is used to print the document. @exposed(scopes: ['docviewer'])
CitiLinkBackUrls.digidocReadingList ● String scalar graph-ql-types
Citi does not have standard download functionality, this URL is used to provide access to read the document. Either one of the field is present digidocReadingList or digidocPrintReadingList. @exposed(scopes: ['docviewer'])
CitiLinkBackUrls.digidocPrintReadingList ● String scalar graph-ql-types
Citi does not have standard download functionality, this URL is used to provide access to read the document. @exposed(scopes: ['docviewer'])
CitiLinkBackUrls.pdfAtInception ● Boolean scalar graph-ql-types
Certain documents from Citi are in PDF format, while others are in HTML format. This flag helps to distinguish between the two. @exposed(scopes: ['docviewer'])
Returned By
Document__citiLinkBackUrls query
Member Of
Document object