PaginationConfig
n8n-nodes-semble / nodes/Semble/shared/PaginationHelpers / PaginationConfig
Interface: PaginationConfig¶
Defined in: nodes/Semble/shared/PaginationHelpers.ts:18
Configuration for paginated queries
Properties¶
query¶
query:
string
Defined in: nodes/Semble/shared/PaginationHelpers.ts:20
The GraphQL query string with pagination variables
baseVariables¶
baseVariables:
IDataObject
Defined in: nodes/Semble/shared/PaginationHelpers.ts:22
Base variables for the query (excluding pagination)
dataPath¶
dataPath:
string
Defined in: nodes/Semble/shared/PaginationHelpers.ts:24
Path to the data array in the response (e.g., 'patients', 'bookings')
pageSize¶
pageSize:
number
Defined in: nodes/Semble/shared/PaginationHelpers.ts:26
Page size for single page requests
returnAll¶
returnAll:
boolean
Defined in: nodes/Semble/shared/PaginationHelpers.ts:28
Whether to return all results via auto-pagination
search?¶
optional
search:string
Defined in: nodes/Semble/shared/PaginationHelpers.ts:30
Optional search term
options?¶
optional
options:IDataObject
Defined in: nodes/Semble/shared/PaginationHelpers.ts:32
Optional additional options
maxPages?¶
optional
maxPages:number
Defined in: nodes/Semble/shared/PaginationHelpers.ts:34
Maximum pages to process for integration tests (optional)