docs/versioned_docs/version-2.65.0/data-sources/graphql.md
ToolJet can establish connections with GraphQL endpoints, enabling the execution of queries and mutations.
<div style={{paddingTop:'24px'}}>To establish a connection with the GraphQL global datasource, you can either click on the + Add new global datasource button located on the query panel or navigate to the Data Sources page through the ToolJet dashboard.
<div style={{textAlign: 'center'}}> </div>ToolJet requires the following to connect to a GraphQL datasource:
{
todos {
id
description
}
}
:::tip Query results can be transformed using transformations. Read our transformations documentation to see how: link :::
</div>