1 Star 4 Fork 32

HuangWanddy/tooljet

forked from Gitee 极速下载/tooljet 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
graphql.md 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
idtitle
graphqlGraphQL

GraphQL

ToolJet can connect to GraphQL endpoints to execute queries and mutations.

Connection

To add a new GraphQL datasource, click the + button on data sources panel at the bottom-left corner of the app builder and then select GraphQL from the modal that pops up.

ToolJet requires the following to connect to a GraphQL datasource:

  • URL of the GraphQL endpoint

The following optional parameters are also supported:

Type Description
URL params Additional query string parameters
headers Any headers the GraphQL source requires

ToolJet - Data source - GraphQl

Click on the Save button to save the data source.

Querying GraphQL

Click on + button of the query manager at the bottom panel of the editor and select the GraphQL endpoint added in the previous step as the data source.

graphql query

Click on the 'run' button to run the query. NOTE: Query should be saved before running.

:::tip Query results can be transformed using transformations. Read our transformations documentation to see how: link :::

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wanddyh/tooljet.git
git@gitee.com:wanddyh/tooljet.git
wanddyh
tooljet
tooljet
develop

搜索帮助