ToolJet/frontend/src/Editor/QueryManager/QueryEditors/Graphql.schema.json

18 lines
422 B
JSON
Raw Normal View History

{
"$schema": "https://json-schema.org/",
"$id": "https://tooljet.io/dataqueries/Graphql.schema.json",
"title": "Graphql data query schema",
"description": "A schema defining graphql data query",
"type": "object",
"defaults": {},
"properties": {
"query": {
"$key": "query",
"type": "codehinter",
"description": "Enter query",
"height": "150px"
}
},
"required": ["query"]
}