PaymentsSearchInput
Search and pagination parameters for retrieving payment records.
Controls the pagination behavior and response expansion options for payment queries. Provides efficient data retrieval with configurable page sizes and optional related data inclusion.
input PaymentsSearchInput {
page: Int
offset: Int
}
Fields
PaymentsSearchInput.page
● Int
scalar
Page number for pagination navigation starting from 1.
Specifies which page of results to retrieve when the total number of payments exceeds the offset limit. Minimum value is 1. Defaults to 1 if not specified.
PaymentsSearchInput.offset
● Int
scalar
Number of items per page for controlling response size.
Controls the size of each page in the paginated response to manage data volume and performance. Minimum value is 1, maximum value is 100. Defaults to 12 if not specified.
Member Of
payments
query