AccountsPage
No description
type AccountsPage {
cursor: PaginationCursor!
items: [Account]
}
Fields
AccountsPage.cursor ● PaginationCursor! non-null object {#cursor}
Pagination cursors for navigating between pages.
AccountsPage.items ● [Account] list object {#items}
A list of type account.
Member Of
Group object ● Organization object