GraphQL SchemaObject
RuntimeFunctionDefinition
Represents a runtime function definition
Fields without arguments
| Name | Type | Description |
|---|---|---|
aliases | [Translation!] | Aliases |
createdAt | Time! | Time when this RuntimeFunctionDefinition was created |
definitionSource | String | The source that defines this definition |
deprecationMessages | [Translation!] | Deprecation messages |
descriptions | [Translation!] | Descriptions of the runtime function definition |
displayIcon | String | Display icon of the runtime function definition |
displayMessages | [Translation!] | Display messages |
documentations | [Translation!] | Documentations of the runtime function definition |
functionDefinitions | FunctionDefinitionConnection | Function definitions of the runtime function definition |
id | RuntimeFunctionDefinitionID! | Global ID of this RuntimeFunctionDefinition |
identifier | String! | Identifier of the runtime function definition |
linkedDataTypes | DataTypeConnection! | The data types that are referenced in this runtime function definition |
names | [Translation!] | Names of the runtime function definition |
runtime | Runtime! | The runtime this runtime function definition belongs to |
runtimeParameterDefinitions | RuntimeParameterDefinitionConnection | Parameter definitions of the runtime function definition |
signature | String! | Signature of the runtime function definition |
throwsError | Boolean! | Indicates if the function can throw an error |
updatedAt | Time! | Time when this RuntimeFunctionDefinition was last updated |
version | String! | Version of the runtime function definition |