Salesforce GraphQL API
The Salesforce GraphQL API provides a GraphQL interface to query and mutate Salesforce data. It allows clients to request exactly the data they need in a single request, reducing over-fetching and under-fetching compared to traditional REST calls.
Overview
Salesforce GraphQL API is a GraphQL API specification published by Salesforce on the APIs.io network.
The Salesforce GraphQL API provides a GraphQL interface to query and mutate Salesforce data. It allows clients to request exactly the data they need in a single request, reducing over-fetching and under-fetching compared to traditional REST calls.
The GraphQL endpoint is available at https://{instance}.salesforce.com/services/data/v{version}/graphql. documentation is published at https://developer.salesforce.com/docs/platform/graphql/guide/graphql-about.html.
The specification includes 3 reference links.
Tagged areas include Fortune 500, AI, Analytics, Cloud, and Commerce.
Endpoint
References
- Documentation https://developer.salesforce.com/docs/platform/graphql/guide/graphql-about.html
- GettingStarted https://developer.salesforce.com/docs/platform/graphql/guide/graphql-get-started.html
- APIReference https://developer.salesforce.com/docs/platform/graphql/guide/graphql-reference.html