FunctionDefinition
Represents a function definition
Fields without arguments
| Name | Type | Description |
|---|---|---|
aliases | [Translation!] | Name of the function |
createdAt | Time! | Time when this FunctionDefinition was created |
deprecationMessages | [Translation!] | Deprecation message of the function |
descriptions | [Translation!] | Description of the function |
displayMessages | [Translation!] | Display message of the function |
documentations | [Translation!] | Documentation of the function |
id | FunctionDefinitionID! | Global ID of this FunctionDefinition |
identifier | String! | Identifier of the function |
linkedDataTypes | DataTypeConnection! | All data types referenced within this function definition |
names | [Translation!] | Name of the function |
parameterDefinitions | ParameterDefinitionConnection | Parameters of the function |
runtimeFunctionDefinition | RuntimeFunctionDefinition | Runtime function definition |
signature | String! | Signature of the function |
throwsError | Boolean! | Indicates if the function can throw an error |
updatedAt | Time! | Time when this FunctionDefinition was last updated |