The uuid of the Document to retrieve.
Optionaloptions: { invalid?: boolean; relative?: Document<object, DocumentConstructionContext> } = {}Options to configure how a UUID is resolved.
Optionalinvalid?: booleanAllow retrieving an invalid Document.
Optionalrelative?: 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).