GraphQL OBJECT

Flow

Flow information.

link Definition

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

link Required by