Salesforce Sales Cloud GraphQL API
Query Salesforce data using GraphQL, allowing clients to request exactly the fields they need in a single request. Reduces payload size and supports aggregation across object relationships.
Overview
Salesforce Sales Cloud GraphQL API is a GraphQL API specification published by Salesforce Sales Cloud on the APIs.io network.
Query Salesforce data using GraphQL, allowing clients to request exactly the fields they need in a single request. Reduces payload size and supports aggregation across object relationships.
The GraphQL endpoint is available at https://yourInstance.salesforce.com/services/data/v59.0/graphql. documentation is published at https://developer.salesforce.com/docs/platform/graphql/overview.
The specification includes 3 reference links.
Tagged areas include Cloud, CRM, Customer Management, Enterprise, and Sales.
Endpoint
References
- Documentation https://developer.salesforce.com/docs/platform/graphql/guide/intro-graphql-api.html
- GettingStarted https://developer.salesforce.com/docs/platform/graphql/guide/get-started.html
- Reference https://developer.salesforce.com/docs/platform/graphql/guide/requests-and-responses.html