GraphQL OBJECT
Flow information.
type Flow {# Unique ID of the flow.id: Long! # Client to whose organization the flow belongs.client: Client # Flow name.name: String! }