OBJECT

FlowColumnOutputFieldsConnection

Connection Type for FlowColumnOutputField

link GraphQL Schema definition

  • type FlowColumnOutputFieldsConnection {
  • # List of nodes
  • nodes: [FlowColumnOutputField!]!
  • # Information for pagination
  • pageInfo: PageInfo!
  • # Total number of objects in connection
  • totalCount: Int!
  • }