OBJECT
SalesforceOrganizationApiLimits
Description
The API limits configured for a Salesforce organization.
link GraphQL Schema definition
- type SalesforceOrganizationApiLimits {
- # The percentage of the Bulk API call limit that
- # can be used. This pertains to the batch sizing documented in
- # https://developer.salesforce.com/docs/atlas.en-us.salesforce_app_limits_cheatsheet.meta/salesforce_app_limits_cheatsheet/salesforce_app_limits_platform_bulkapi.htm.
- : Int!
- # BulkApiV2Limit is the percentage of the Bulk API V2 call limit that can be used.
- # For V2, this pertains to the number of query jobs that can be submitted per
- # 24-hour rolling window.
- : Int!
- # The percentage of the REST API call limit that
- # can be used.
- : Int!
- }