@dillonkearns/elm-graphql
Version:
<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">
26 lines (25 loc) • 405 B
JSON
{
"type": "object",
"properties": {
"exit": {
"type": "boolean"
},
"log": {
"type": "boolean"
},
"name": {
"type": "string"
},
"schema": {
"type": ["string", "object"]
},
"target": {
"type": "object"
},
"throw": {
"type": "boolean"
}
},
"additionalProperties": false,
"required": ["name", "schema", "target"]
}