OBJECT
Wrapper type including edge information
type LinkedFlow {# Unique identifier of the object in this linked flowassetId: String! # Object in this linked flowasset: Flow! # The nodes following this nodetoEdges: [String!] # The nodes preceding this nodefromEdges: [String!] }