A developer needs to retrieve Salesforce data in a Lightning Web Component without writing imperative Apex. Which module should be imported to use the wire service for standard record data?
Contains wire adapters for standard record data manipulation.
Why this answer
lightning/uiRecordApi provides wire adapters to get, create, update, or delete record data.