kibana/x-pack/plugins/infra/scripts/gql_gen_server.json
Kerry Gallagher 0a6c748cc8
[Logs / Metrics] New Platform migration (full cutover) (#54583)
* Fully migrates metrics and logs to the NP

Co-authored-by: Jason Rhodes <jason.matthew.rhodes@gmail.com>
Co-authored-by: John Schulz <github.com@jfsiii.org>
Co-authored-by: Felix Stürmer <weltenwort@users.noreply.github.com>
2020-02-18 19:22:27 +00:00

15 lines
296 B
JSON

{
"flattenTypes": true,
"generatorConfig": {
"contextType": "InfraContext",
"prepend": ["import { InfraContext } from '../lib/infra_types';"]
},
"primitives": {
"String": "string",
"Int": "number",
"Float": "number",
"Boolean": "boolean",
"ID": "string"
}
}