Skip to content

Commit 32dac44

Browse files
fix: update warning msg for apex to guide the user to use graphql (#85)
* fix: update warning msg for apex to guide the user to use graphql * prettier
1 parent 4bf77d3 commit 32dac44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/apex/apex-import.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const rule = ESLintUtils.RuleCreator.withoutDocs({
2424
meta: {
2525
docs: {
2626
description:
27-
'Using Apex in LWC Offline-enabled mobile apps requires additional considerations to ensure proper functioning in offline scenarios. See Use Apex While Mobile and Offline (https://developer.salesforce.com/docs/atlas.en-us.mobile_offline.meta/mobile_offline/apex.htm) for more details.'
27+
'Using Apex in LWC Offline-enabled mobile apps requires additional considerations to ensure proper functioning in offline scenarios. See Use Apex While Mobile and Offline (https://developer.salesforce.com/docs/atlas.en-us.mobile_offline.meta/mobile_offline/apex.htm) for more details. GraphQL API is a new paradigm of sending and receiving data. This API allows developers to interact with the Salesforce Platform through GraphQL, a standard query language for APIs and a runtime for fulfilling those queries with your data. Learn more about creating SOQL queries with GraphQL that may work better for mobile offline use cases. https://developer.salesforce.com/docs/platform/graphql/guide/graphql-wire-lwc.html'
2828
},
2929
messages: {
3030
[APEX_IMPORT_RULE_ID]:

0 commit comments

Comments
 (0)