OBJECT

WorkConnection

The connection type for Work.

link GraphQL Schema definition

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

link Require by