Using Lightning Data Service is great in LWC, getting record data in just a few lines of code without having to write Apex, Test Class, be sure that Field Level Security is checked etc… But you quickly hit a limit, as soon as you want to get more specific data, applying filters or getting relationships, you need to go back to Apex. Not anymore ! With the GraphQL Wire Adapter you’ll be able to query Salesforce data right from your LWC without writing a single line of Apex. Let’s have a look !