Salesforce · GraphQL Specification

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.

Documentation Endpoint View on GitHub Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSalesGraphQL

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

https://{instance}.salesforce.com/services/data/v{version}/graphql

References

Related API Specs

Salesforce REST API (OpenAPI) Salesforce Bulk API 2.0 (OpenAPI) Salesforce Streaming API (AsyncAPI) Salesforce Platform Events API (AsyncAPI) Salesforce Change Data Capture API (AsyncAPI) Salesforce UI API (OpenAPI) Salesforce Marketing Cloud REST API (OpenAPI) Salesforce (OpenAPI)
Back to Salesforce · All GraphQL Specs · GitHub