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