Tag Archives: Salesforce Spring ’26 developer features

Salesforce Spring ’26: How to Use GraphQL Mutations in Lightning Web Components (LWC)

Salesforce Spring ’26 introduces an exciting new capability for Lightning Web Components (LWC): GraphQL Mutations. If you’ve been using LWC to display data, you’re likely familiar with @wire(graphql), which allows you to read data reactively. However, until now, creating, updating, or deleting records required Apex methods or REST API calls. With GraphQL mutations, developers can… Read More »

Salesforce Spring ’26 PDF Generation Made Easy – Using Blob.toPdf in Apex

The Salesforce Spring ’26 release introduces a powerful enhancement that significantly simplifies PDF generation for developers. With the new Blob.toPdf() capability in Apex, Salesforce now allows developers to generate PDF documents directly from Apex code – without relying on Visualforce pages or third-party tools. This update modernizes document automation in Salesforce and enables cleaner, more… Read More »