Metatype Configuration
Metatype configuration file
| Type | object |
|---|---|
| File match |
metatype.yml
metatype.yaml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/metatype-configuration/latest.json |
| Source | https://raw.githubusercontent.com/metatypedev/metatype/main/tools/schema/metatype.json |
Validate with Lintel
npx @lintel/lintel check
Properties
Configuration for typegate nodes. See: https://metatype.dev/docs/reference/meta-cli/configuration-file#typegate-configuration.
Typegraph deployment configurations. See: https://metatype.dev/docs/reference/typegraph.
4 nested properties
Configuration for loading typegraph files.
2 nested properties
Configuration for loading typegraph files.
2 nested properties
Configuration for loading typegraph files.
2 nested properties
Materializer configurations for typegraphs.
1 nested properties
Prisma materializer configuration.
1 nested properties
The directory for storing Prisma migration files.
Metagen configurations. See: https://metatype.dev/docs/reference/metagen.
1 nested properties
Code generation target configurations.
Definitions
Configuration for loading typegraph files.
The name of the typegraph.
The target typegraph file path.
The directory for the generated files.
The directory containing template files.
Whether to skip generating the Cargo.toml file.
Whether to skip generating the lib.rs file.
Generated crate name.
Whether to generate metagen client code.
Whether to generate metagen client code.