OBJECT

ModelDeploymentRulesEdge

A ModelDeploymentRule edge in the connection.

link GraphQL Schema definition

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