GraphQL SchemaObject
ModuleConfiguration
Represents a saved module configuration value for a project runtime assignment.
Fields without arguments
| Name | Type | Description |
|---|---|---|
createdAt | Time! | Time when this ModuleConfiguration was created |
definition | ModuleConfigurationDefinition! | The configuration definition this saved value belongs to. |
id | ModuleConfigurationID! | Global ID of this ModuleConfiguration |
updatedAt | Time! | Time when this ModuleConfiguration was last updated |
value | JSON | The saved configuration value. |