OBJECT

DripConnection

The connection type for Drip.

link GraphQL Schema definition

  • type DripConnection {
  • cursors: [String!]!
  • # A list of edges.
  • edges: [DripEdge]
  • # A list of nodes.
  • nodes: [Drip]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }

link Require by