Query Records with GraphQL
The schema contains a subset of types that allow you to query records via GraphQL. We call these types of queries Record Queries. Record Queries map your GraphQL query to a SOQL query, supporting many of the features in SOQL. Record Queries can filter records with the where
argument, order results with the orderBy
argument, and paginate through the response using the Relay Connection specification.