OBJECT
ModelDeploymentRulesConnection
A connection to a list of ModelDeploymentRule values.
link GraphQL Schema definition
- type ModelDeploymentRulesConnection {
- # A list of `ModelDeploymentRule` objects.
- : [ModelDeploymentRule]!
- # A list of edges which contains the `ModelDeploymentRule` and cursor to aid in
- # pagination.
- : [ModelDeploymentRulesEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `ModelDeploymentRule` you could get from the connection.
- : Int!
- }