TemplateResponse
Paginated response containing template search results.
Extends the base paginated response with template-specific data, providing comprehensive search results with pagination metadata for efficient template browsing and management.
type TemplateResponse {
  items: [IBaseTemplate!]!
  itemsFound: Int!
  offset: Int!
  page: Int!
  pages: Int!
  start: Int!
  end: Int!
}
Fields
TemplateResponse.items ● [IBaseTemplate!]! non-null interface
List of items of type IBaseTemplate
TemplateResponse.itemsFound ● Int! non-null scalar
Total number of items found
TemplateResponse.offset ● Int! non-null scalar
The amount of items to show per page
TemplateResponse.page ● Int! non-null scalar
The current page
TemplateResponse.pages ● Int! non-null scalar
Total amount of pages
TemplateResponse.start ● Int! non-null scalar
Start position of the current page
TemplateResponse.end ● Int! non-null scalar
End position of the current page
Returned By
templates  query