EnvironmentsPage
No description
type EnvironmentsPage {
cursor: PaginationCursor!
items: [EnvironmentLeaf]
}
Fields
EnvironmentsPage.cursor ● PaginationCursor! non-null object
Pagination cursors
EnvironmentsPage.items ● [EnvironmentLeaf] list object
A list of type environment_leaf.
Returned By
environments query
Member Of
Project object