# 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. **Endpoint:** https://{instance}.salesforce.com/services/data/v{version}/graphql **Documentation:** https://developer.salesforce.com/docs/platform/graphql/guide/graphql-about.html **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