2021-11-17 17:59:00 +00:00
|
|
|
{
|
2022-01-27 05:25:16 +00:00
|
|
|
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/operations.schema.json",
|
2021-11-17 17:59:00 +00:00
|
|
|
"title": "Graphql data query schema",
|
|
|
|
|
"description": "A schema defining graphql data query",
|
2022-01-17 07:08:17 +00:00
|
|
|
"type": "api",
|
2021-11-22 08:22:32 +00:00
|
|
|
"defaults": {},
|
2021-11-17 17:59:00 +00:00
|
|
|
"properties": {
|
|
|
|
|
"query": {
|
2022-06-02 04:28:20 +00:00
|
|
|
"label": "Query",
|
2022-01-17 07:08:17 +00:00
|
|
|
"key": "query",
|
2021-11-17 17:59:00 +00:00
|
|
|
"type": "codehinter",
|
2021-11-21 04:14:26 +00:00
|
|
|
"description": "Enter query",
|
2024-04-15 09:32:33 +00:00
|
|
|
"height": "150px",
|
|
|
|
|
"editorType": "extendedSingleLine"
|
2022-06-02 04:28:20 +00:00
|
|
|
},
|
|
|
|
|
"variables": {
|
|
|
|
|
"label": "Variables",
|
|
|
|
|
"key": "variables",
|
|
|
|
|
"type": "codehinter",
|
|
|
|
|
"description": "Enter Variables",
|
2024-04-15 09:32:33 +00:00
|
|
|
"height": "150px",
|
|
|
|
|
"editorType": "extendedSingleLine"
|
2023-01-16 09:34:12 +00:00
|
|
|
},
|
2026-03-18 14:09:16 +00:00
|
|
|
"graphql_params": {
|
|
|
|
|
"label": "",
|
|
|
|
|
"key": "graphql_params",
|
|
|
|
|
"type": "react-component-key-value-tabs",
|
|
|
|
|
"description": "Configure headers, url parameters and cookies for the GraphQL request",
|
|
|
|
|
"tabs": [
|
|
|
|
|
{ "label": "Headers", "key": "headers" },
|
|
|
|
|
{ "label": "Params", "key": "url_params" },
|
|
|
|
|
{ "label": "Cookies", "key": "cookies" }
|
|
|
|
|
]
|
2021-11-17 17:59:00 +00:00
|
|
|
}
|
|
|
|
|
},
|
2022-01-27 05:25:16 +00:00
|
|
|
"required": [
|
|
|
|
|
"query"
|
|
|
|
|
]
|
|
|
|
|
}
|