PricesheetsEffectivePaginationInput
Pagination and filtering parameters for field resolver effective pricesheets.
input PricesheetsEffectivePaginationInput {
companyId: Int
offset: Int
page: Int
}
Fields
PricesheetsEffectivePaginationInput.companyId ● Int scalar
Company identifier to retrieve company-specific pricesheets.
Only used with Contact field resolver. When omitted, the contact's default company will be used.
PricesheetsEffectivePaginationInput.offset ● Int scalar
Number of pricesheet records to return per page.
Minimum value is 1. Controls the size of each page in paginated results for efficient data loading.
PricesheetsEffectivePaginationInput.page ● Int scalar
Page number for pagination results.
Minimum value is 1. Used with offset to control result pagination for large pricesheet datasets.