RuntimeFunctionDefinition
Represents a runtime function definition
Fields without arguments
| Name | Type | Description |
|---|---|---|
createdAt | Time! | Time when this RuntimeFunctionDefinition was created |
functionDefinitions | FunctionDefinitionConnection | Function definitions of the runtime function definition |
id | RuntimeFunctionDefinitionID! | Global ID of this RuntimeFunctionDefinition |
identifier | String! | Identifier of the runtime function definition |
runtime | Runtime! | The runtime this runtime function definition belongs to |
runtimeParameterDefinitions | RuntimeParameterDefinitionConnection | Parameter definitions of the runtime function definition |
updatedAt | Time! | Time when this RuntimeFunctionDefinition was last updated |