OBJECT

LabelConnection

The connection type for Label.

link GraphQL Schema definition

  • type LabelConnection {
  • # A list of edges.
  • edges: [LabelEdge]
  • # A list of nodes.
  • nodes: [Label]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # Identifies the total count of items in the connection.
  • totalCount: Int!
  • }