GraphQL API
Aggregate records, request explicit fields, version at field-level, and more with GraphQL API for Salesforce. GraphQL API is a new paradigm of sending and receiving data.
Key Features
  • Integration made easy
    A well-defined type system that makes it easy for clients to integrate any resource from the server into their request and caching logic.
  • Schema secured
    A schema that reflects the user's Field Level Security, so they only see the types and fields permitted at their level.
  • Performance at scale
    A GraphQL API allows clients to combine powerful features such as field selection and resource aggregation to reduce round trips to the network, leading to better performance.