The uuid of the Document to retrieve.
Optional
options: { invalid?: boolean; relative?: Document<object, DocumentConstructionContext> } = {}Options to configure how a UUID is resolved.
Optional
invalid?: booleanAllow retrieving an invalid Document.
Optional
relative?: Document<object, DocumentConstructionContext>A Document to resolve relative UUIDs against.
Returns the Document if it could be found, otherwise null.
Retrieve a Document by its Universally Unique Identifier (uuid).