OBJECT

ModelDeploymentRulesConnection

A connection to a list of ModelDeploymentRule values.

link GraphQL Schema definition

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