OBJECT

PinConnection

The connection type for Pin.

link GraphQL Schema definition

  • type PinConnection {
  • # A list of edges.
  • edges: [PinEdge]
  • # A list of nodes.
  • nodes: [Pin]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • # Total # of pages, based on total count and pagesize
  • totalPageCount: Int!
  • }