LWC Data table with GraphQL
What is GraphQL ?
GraphQL for Salesforce is a data query formatted in a JSON-like structure to send and retrieve data from Salesforce database. Depending on the use case, GraphQL wire adapter in a LWC can eliminate the need for server call in Apex.
H...
sha17.hashnode.dev8 min read