EnvironmentsPage
No description
type EnvironmentsPage {
cursor: PaginationCursor!
items: [Environment]
}
Fields
EnvironmentsPage.cursor ● PaginationCursor! non-null object {#cursor}
Pagination cursors for navigating between pages.
EnvironmentsPage.items ● [Environment] list object {#items}
A list of type environment.
Returned By
environments query
Member Of
Project object