docs/versioned_docs/version-2.22.0/data-sources/graphql.md
ToolJet can establish connections with GraphQL endpoints, enabling the execution of queries and mutations.
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 Global Datasources page through the ToolJet dashboard.
<div style={{textAlign: 'center'}}> </div>ToolJet requires the following to connect to a GraphQL datasource:
Click on +Add button of the query manager at the bottom panel of the editor and select the GraphQL global datasource added in previous step.
Click on the Create button to create the query or Click on the Run button to create and trigger the query.
:::tip Query results can be transformed using transformations. Read our transformations documentation to see how: link :::