Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.52 KB

File metadata and controls

25 lines (22 loc) · 1.52 KB
title DataType

Represents a DataType

Fields without arguments

Name Type Description
aliases [Translation!] Name of the function
createdAt Time! Time when this DataType was created
definitionSource String The source that defines this datatype
displayMessages [Translation!] Display message of the function
genericKeys [String!]! The generic keys of the datatype
id DataTypeID! Global ID of this DataType
identifier String! The identifier scoped to the namespace
linkedDataTypes DataTypeConnection! The data types that are referenced in this data type
name [Translation!]! Names of the flow type setting
rules DataTypeRuleConnection! Rules of the datatype
runtime Runtime The runtime where this datatype belongs to
runtimeModule RuntimeModule! The runtime module where this datatype belongs to
type String! The type of the datatype
updatedAt Time! Time when this DataType was last updated
version String! The version of the datatype