OBJECT

FlowsConnection

Connection Type for Flow

link GraphQL Schema definition

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

link Require by