OBJECT

ModelDetectionItemsConnection

A connection to a list of ModelDetectionItem values.

link GraphQL Schema definition

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