GraphQL SchemaObject
RuntimeModule
Represents a runtime module
Fields without arguments
| Name | Type | Description |
|---|---|---|
author | String! | Author of the runtime module |
configurationDefinitions | ModuleConfigurationDefinitionConnection! | Configuration definitions of the runtime module |
createdAt | Time! | Time when this RuntimeModule was created |
dataTypes | DataTypeConnection! | Data types of the runtime module |
definitions | RuntimeModuleDefinitionConnection! | Definitions of the runtime module |
descriptions | [Translation!] | Descriptions of the runtime module |
documentation | String! | Documentation URL of the runtime module |
flowTypes | FlowTypeConnection! | Flow types of the runtime module |
functionDefinitions | FunctionDefinitionConnection! | Function definitions of the runtime module |
icon | String | Icon of the runtime module |
id | RuntimeModuleID! | Global ID of this RuntimeModule |
identifier | String! | Identifier of the runtime module |
names | [Translation!] | Names of the runtime module |
runtime | Runtime! | Runtime of the runtime module |
runtimeFlowTypes | RuntimeFlowTypeConnection! | Runtime flow types of the runtime module |
runtimeFunctionDefinitions | RuntimeFunctionDefinitionConnection! | Runtime function definitions of the runtime module |
updatedAt | Time! | Time when this RuntimeModule was last updated |
version | String! | Version of the runtime module |