linkDocumentFile
query
Resolve a legal document's file by code and language
Public, unauthenticated lookup used by monFE to build a stable URL for a legal PDF
(e.g. Terms of Service, Privacy Policy). Returns { errors: [], data: null }when
there's no match for the given (code, languageId) pair — never a 500.
query {
linkDocumentFile(code: String!, languageId: Int!): LinkDocumentFile!
}Returns: LinkDocumentFile!
Arguments
| Name | Type | Description |
|---|---|---|
code | String! | |
languageId | Int! |