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
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
Authentication
https://developer.salesforce.com/docs/platform/graphql/guide/graphql-auth.html