OBJECT

GenericLabelsConnection

Connection Type for GenericLabel

link GraphQL Schema definition

  • type GenericLabelsConnection {
  • # List of nodes
  • nodes: [GenericLabel!]!
  • # Information for pagination
  • pageInfo: PageInfo!
  • # Total number of objects in connection
  • totalCount: Int!
  • }