UNPKG

@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">

94 lines (93 loc) 1.58 kB
{ "type": "object", "properties": { "allEntries": { "type": "boolean" }, "autoConfigure": { "type": "boolean" }, "host": { "anyOf": [ { "type": "string" }, { "properties": { "client": { "type": "string" }, "server": { "type": "string" } }, "type": "object" } ] }, "hmr": { "type": "boolean" }, "hot": { "type": "boolean" }, "https": { "type": "boolean" }, "logLevel": { "type": "string" }, "logTime": { "type": "boolean" }, "port": { "anyOf": [ { "type": "integer" }, { "properties": { "client": { "type": "integer" }, "server": { "type": "integer" } }, "type": "object" } ] }, "reload": { "type": "boolean" }, "send": { "properties": { "errors": { "type": "boolean" }, "warnings": { "type": "boolean" } } }, "server": { "additionalProperties": true, "type": "object" }, "stats": { "additionalProperties": true, "type": "object" }, "test": { "type": "boolean" }, "validTargets": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false }