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.

API entry from apis.yml

apis.yml Raw ↑
aid: salesforce:salesforce-graphql-api
name: Salesforce GraphQL API
tags:
- CRM
- GraphQL
- Queries
- Records
image: https://www.salesforce.com/content/dam/sfdc-docs/www/logos/logo-salesforce.svg
humanURL: https://developer.salesforce.com/docs/platform/graphql/guide/graphql-about.html
baseURL: https://{instance}.salesforce.com/services/data/v{version}/graphql
properties:
- url: https://developer.salesforce.com/docs/platform/graphql/guide/graphql-about.html
  type: Documentation
- url: https://developer.salesforce.com/docs/platform/graphql/guide/graphql-get-started.html
  type: GettingStarted
- url: https://developer.salesforce.com/docs/platform/graphql/guide/graphql-reference.html
  type: APIReference
- url: https://developer.salesforce.com/docs/platform/graphql/guide/graphql-auth.html
  type: Authentication
- url: graphql/salesforce-graphql.md
  type: GraphQL
description: 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.