mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-27 16:37:42 +00:00
18 lines
No EOL
434 B
JSON
18 lines
No EOL
434 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/operations.schema.json",
|
|
"title": "Graphql data query schema",
|
|
"description": "A schema defining graphql data query",
|
|
"type": "api",
|
|
"defaults": {},
|
|
"properties": {
|
|
"query": {
|
|
"key": "query",
|
|
"type": "codehinter",
|
|
"description": "Enter query",
|
|
"height": "150px"
|
|
}
|
|
},
|
|
"required": [
|
|
"query"
|
|
]
|
|
} |