OBJECT

DetectionItemsConnection

A connection to a list of DetectionItem values.

link GraphQL Schema definition

  • type DetectionItemsConnection {
  • # A list of `DetectionItem` objects.
  • nodes: [DetectionItem]!
  • # A list of edges which contains the `DetectionItem` and cursor to aid in
  • # pagination.
  • edges: [DetectionItemsEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `DetectionItem` you could get from the connection.
  • totalCount: Int!
  • }