Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 2.49 KB

File metadata and controls

31 lines (28 loc) · 2.49 KB
title 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
design String Design metadata 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
runtimeModule RuntimeModule! The runtime module 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