FunctionDefinition
Represents a function definition
Fields without arguments
Name | Type | Description |
---|---|---|
createdAt | Time! | Time when this FunctionDefinition was created |
descriptions | TranslationConnection | Description of the function |
documentations | TranslationConnection | Documentation of the function |
id | FunctionDefinitionID! | Global ID of this FunctionDefinition |
names | TranslationConnection | Name of the function |
parameterDefinitions | ParameterDefinitionConnection | Parameters of the function |
returnType | DataTypeIdentifier | Return type of the function |
updatedAt | Time! | Time when this FunctionDefinition was last updated |