GraphQL is a query language that allows selective access to objects in the data graph. Skedulo Lens supports GraphQL queries for all standard objects as well as any custom objects and fields you have defined.

The Skedulo GraphQL HTTP server handles POST methods using the application/json content type and with a JSON-encoded body. Responses, including both data and errors, are also returned in JSON format. Make queries and mutations using GraphQL.

For more information about using Skedulo GraphQL, see the developer documentation or the Object and Field Reference documentation.