GraphQL SchemaObject
ModuleConfigurationDefinition
Represents a module configuration definition
Fields without arguments
| Name | Type | Description |
|---|---|---|
createdAt | Time! | Time when this ModuleConfigurationDefinition was created |
defaultValue | JSON | Default value of the module configuration definition |
descriptions | [Translation!] | Descriptions of the module configuration definition |
hidden | Boolean! | Indicates if the configuration definition is hidden |
id | ModuleConfigurationDefinitionID! | Global ID of this ModuleConfigurationDefinition |
identifier | String! | Identifier of the module configuration definition |
linkedDataTypes | DataTypeConnection! | The data types that are referenced in this module configuration definition |
names | [Translation!] | Names of the module configuration definition |
optional | Boolean! | Indicates if the configuration definition is optional |
runtimeModule | RuntimeModule! | Runtime module of the configuration definition |
type | String! | Type of the module configuration definition |
updatedAt | Time! | Time when this ModuleConfigurationDefinition was last updated |