GrantsPage
No description
type GrantsPage {
cursor: PaginationCursor!
items: [Grant]
}
Fields
GrantsPage.cursor ● PaginationCursor! non-null object {#cursor}
Pagination cursors for navigating between pages.
GrantsPage.items ● [Grant] list object {#items}
A list of type grant.