OBJECT

CoveringConnection

The connection type for Covering.

link GraphQL Schema definition

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

link Require by