ToolPage
A page of tools
type ToolPage {
results: [Tool!]!
pageInfo: PageInfo!
}
Fields
ToolPage.results ● [Tool!]! non-null object
The list of tools
ToolPage.pageInfo ● PageInfo! non-null object
Pagination information
Returned By
tools query