Use GraphQL


Get started with GraphQL

Use the Skedulo GraphQL schema to interact with objects and fields.


Install the GraphiQL web extension

Add the GraphiQL web extension in the Skedulo web application.


Query the GraphQL schema

Querying the Skedulo GraphQL schema.


Perform multiple actions using GraphQL aliases

Use aliases to perform multiple actions in a single GraphQL mutation


Make changes to the schema using GraphQL mutations

Use GraphQL mutations to make changes to the schema.


Use pagination to access all GraphQL query results

Paging the results of GraphQL queries.


Subscribe to Skedulo objects

GraphQL schema subscriptions.


Upsert records with GraphQL

Using upsert to perform GraphQL insert or update operations.