OBJECT

DeploymentsEdge

A Deployment edge in the connection.

link GraphQL Schema definition

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