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 |
dataTypeIdentifiers | DataTypeIdentifierConnection! | All data type identifiers used within this Node Function |
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 |
genericKeys | [String!] | Generic keys of the function |
id | FunctionDefinitionID! | Global ID of this FunctionDefinition |
identifier | String! | Identifier of the function |
names | [Translation!] | Name of the function |
parameterDefinitions | ParameterDefinitionConnection | Parameters of the function |
returnType | DataTypeIdentifier | Return type of the function |
runtimeFunctionDefinition | RuntimeFunctionDefinition | Runtime function definition |
throwsError | Boolean! | Indicates if the function can throw an error |
updatedAt | Time! | Time when this FunctionDefinition was last updated |