DeploymentsPage
No description
type DeploymentsPage {
cursor: PaginationCursor!
items: [DeploymentLeaf]
}
Fields
DeploymentsPage.cursor ● PaginationCursor! non-null object
Pagination cursors
DeploymentsPage.items ● [DeploymentLeaf] list object
A list of type deployment_leaf.
Returned By
deployments query