GroupsPage
No description
type GroupsPage {
cursor: PaginationCursor!
items: [GroupLeaf]
}
Fields
GroupsPage.cursor ● PaginationCursor! non-null object {#cursor}
Pagination cursors
GroupsPage.items ● [GroupLeaf] list object {#items}
A list of type group_leaf.
Returned By
groups query