Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.21 KB

File metadata and controls

23 lines (19 loc) · 1.21 KB
title Flow

Represents a flow

Fields without arguments

Name Type Description
createdAt Time! Time when this Flow was created
disabledReason String The reason why the flow is disabled, if it is disabled
id FlowID! Global ID of this Flow
inputType DataType The input data type of the flow
name String! Name of the flow
nodes NodeFunctionConnection! Nodes of the flow
returnType DataType The return data type of the flow
settings FlowSettingConnection! The settings of the flow
startingNodeId NodeFunctionID The ID of the starting node of the flow
type FlowType! The flow type of the flow
updatedAt Time! Time when this Flow was last updated
userAbilities FlowUserAbilities! Abilities for the current user on this Flow