IdentitiesViewerPage
No description
type IdentitiesViewerPage {
cursor: PaginationCursor!
items: [AccountIdentityViewer]
}
Fields
IdentitiesViewerPage.cursor ● PaginationCursor! non-null object {#cursor}
Pagination cursors
IdentitiesViewerPage.items ● [AccountIdentityViewer] list object {#items}
A list of type account_identity_viewer.
Member Of
AccountViewer object