salesforce.queryprops
Home > @runlightyear/salesforce > QueryProps
QueryProps interface
You must specify either q or nextRecordsUrl.
Signature:interface QueryProps
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
nextRecordsUrl? | string | The nextRecordsUrl from a previous query | |
q? | string | The SOQL query |