OBJECT

LinkedFlow

Wrapper type including edge information

link GraphQL Schema definition

  • type LinkedFlow {
  • # Unique identifier of the object in this linked flow
  • assetId: String!
  • # Object in this linked flow
  • asset: Flow!
  • # The nodes following this node
  • toEdges: [String!]
  • # The nodes preceding this node
  • fromEdges: [String!]
  • }