OBJECT

DetectionItemsEdge

A DetectionItem edge in the connection.

link GraphQL Schema definition

  • type DetectionItemsEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `DetectionItem` at the end of the edge.
  • node: DetectionItem
  • }