DeploymentsPage
No description
type DeploymentsPage {
cursor: PaginationCursor!
items: [Deployment]
}
Fields
DeploymentsPage.cursor ● PaginationCursor! non-null object {#cursor}
Pagination cursors for navigating between pages.
DeploymentsPage.items ● [Deployment] list object {#items}
A list of type deployment.
Returned By
deployments query